Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ def friend_chat(text, tts_input3):
|
|
| 67 |
presence_penalty=0.0,
|
| 68 |
stop=["\nYou:"]
|
| 69 |
)
|
| 70 |
-
|
| 71 |
return response['choices'][0]['text'].strip()
|
| 72 |
|
| 73 |
def sle(text, tts_input3):
|
|
|
|
| 67 |
presence_penalty=0.0,
|
| 68 |
stop=["\nYou:"]
|
| 69 |
)
|
| 70 |
+
print(response)
|
| 71 |
return response['choices'][0]['text'].strip()
|
| 72 |
|
| 73 |
def sle(text, tts_input3):
|