Skip to content

Commit

Permalink
Add plex suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
FraserLee committed Jul 11, 2023
1 parent f7ce715 commit 8303bf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ def construct_prompt(query: str, mode: str, history: List[Dict[str, str]], conte
question_prompt += "This user is new to the field of AI Alignment and Safety - don't " \
"assume they know any technical terms or jargon. Still give a complete answer " \
"without patronizing the user, but take any extra time needed to " \
"explain new concepts or to illustrate your answer with examples.\n\n"
"explain new concepts or to illustrate your answer with examples. "\
"Put extra effort into explaining the intuition behind concepts " \
"rather than just giving a formal definition.\n\n"

elif mode != "default": raise ValueError("Invalid mode: " + mode)

Expand Down

0 comments on commit 8303bf1

Please sign in to comment.