Skip to content

Commit

Permalink
Simplify formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jncraton committed May 8, 2023
1 parent cf21720 commit 69d1736
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions languagemodels/languagemodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ def do(prompt):

def chat(userprompt):
prompt = (
f"System: "
f"Agent responses will be truthful, helpful, and harmless.\n"
f"System: Agent responses will be truthful, helpful, and harmless.\n"
f"User: {userprompt}\n"
f"Agent: "
)
Expand Down

0 comments on commit 69d1736

Please sign in to comment.