Adarsh Shirawalmath commited on
Commit
0720db6
1 Parent(s): d584030
Files changed (1) hide show
  1. app/main.py +3 -0
app/main.py CHANGED
@@ -177,3 +177,6 @@ async def chat_with_personality(chat_message: ChatMessage):
177
  )
178
 
179
  return {"response": response.choices[0].message.content.strip()}
 
 
 
 
177
  )
178
 
179
  return {"response": response.choices[0].message.content.strip()}
180
+
181
+
182
+ # hello