Skip to content

Commit

Permalink
Update character dialogues
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmykOliva committed Dec 4, 2023
1 parent a570ba3 commit 2e50b7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion characters/jesus.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

JESUS_FLOW = {
"introduction": {
"prompt":"The user appears in front of you. Introduce yourself and say that you want to teach him/her about love and leadership. Ask him if he in his life come to understand what justice is.",
"prompt":"The user appears in front of you. Introduce yourself and say that you want to teach him/her about love and leadership. Tell him some facts about yourself.",
"save_prompt":True,
"save_ai_msg":True,
"print_response":True,
Expand Down
2 changes: 1 addition & 1 deletion characters/socrates.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"needs_user_input":False
},
"chat": {
"prompt":"The user said: {{user_msg}}\nContinue with the conversation.",
"prompt":"The user said: {{user_msg}}\nContinue with the conversation. Make sure to try to teach the user something, some actual facts from your life and your time.",
"save_prompt":True,
"save_ai_msg":True,
"print_response":True,
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ async def test_stream_post():
@app.get("/version")
def version(request: Request):
print(request.headers)
return {"version":"1.2"}
return {"version":"1.3"}

@app.get("/chat_history/{unique_id}")
def get_chat_history(unique_id: str):
Expand Down

0 comments on commit 2e50b7c

Please sign in to comment.