Skip to content

Commit

Permalink
fix: nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Sep 18, 2024
1 parent 4947265 commit 11f1e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gptme/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_prompt(prompt: PromptType | str = "full", interactive: bool = True) -> M
elif prompt == "short":
msgs = prompt_short(interactive)
else:
return Message("system", prompt)
msgs = [Message("system", prompt)]

# combine all the system prompt messages into one,
# also hide them and pin them to the top
Expand Down

0 comments on commit 11f1e7e

Please sign in to comment.