Spaces:
Sleeping
Sleeping
Adarsh Shirawalmath
commited on
Commit
·
f7695fc
1
Parent(s):
91e6889
Upload
Browse files- app/main.py +2 -0
app/main.py
CHANGED
@@ -197,3 +197,5 @@ async def chat_with_personality(chat_message: ChatMessage):
|
|
197 |
)
|
198 |
|
199 |
return {"response": response.choices[0].message.content.strip()}
|
|
|
|
|
|
197 |
)
|
198 |
|
199 |
return {"response": response.choices[0].message.content.strip()}
|
200 |
+
|
201 |
+
#hello
|