Skip to content

Commit

Permalink
Fix system prompts (#33)
Browse files Browse the repository at this point in the history
Something changed with the model internally where it will sometimes
output mark down formattings we want to explicitly tell it not to do
that unless we request for that
  • Loading branch information
C-Loftus authored Mar 6, 2024
1 parent ada7a26 commit f6259b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPT/lib/talon_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
mod.setting(
"model_system_prompt",
type=str,
default="You are an assistant helping an office worker to be more productive. Output just the response to the request and no additional content.",
default="You are an assistant helping an office worker to be more productive. Output just the response to the request and no additional content. Do not generate any markdown formatting unless it is requested.",
desc="The default system prompt that informs the way the model should behave at a high level",
)

0 comments on commit f6259b2

Please sign in to comment.