diff --git a/characters/jesus.py b/characters/jesus.py index 96c3a6b..b04f6cb 100644 --- a/characters/jesus.py +++ b/characters/jesus.py @@ -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, diff --git a/characters/socrates.py b/characters/socrates.py index d457b28..ba2636a 100644 --- a/characters/socrates.py +++ b/characters/socrates.py @@ -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, diff --git a/main.py b/main.py index 8a8ef4d..f6ddfdc 100644 --- a/main.py +++ b/main.py @@ -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):