Spaces:
Sleeping
Sleeping
Adarsh Shirawalmath
commited on
Commit
·
cfb3efc
1
Parent(s):
b655a64
Upload
Browse files- app/main.py +3 -0
app/main.py
CHANGED
@@ -188,3 +188,6 @@ async def chat_with_personality(chat_message: ChatMessage):
|
|
188 |
)
|
189 |
|
190 |
return {"response": response.choices[0].message.content.strip()}
|
|
|
|
|
|
|
|
188 |
)
|
189 |
|
190 |
return {"response": response.choices[0].message.content.strip()}
|
191 |
+
|
192 |
+
|
193 |
+
#hello
|