You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my experiments, the best influence on the LLM so far is prompting.
Hence, a good way to allow for prompt customization is externalize the prompts from the code.
Maybe into a JSON or another format that be easily edited.