Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -195,7 +195,7 @@ def function(Textbox, Textbox2, Textbox3, Dropdown):
|
|
195 |
functions=functions,
|
196 |
function_call="auto"
|
197 |
)
|
198 |
-
reply = chat.choices[0].message
|
199 |
return reply
|
200 |
|
201 |
functions = [
|
|
|
195 |
functions=functions,
|
196 |
function_call="auto"
|
197 |
)
|
198 |
+
reply = chat.choices[0].message
|
199 |
return reply
|
200 |
|
201 |
functions = [
|