Spaces:
Sleeping
Sleeping
Commit
·
9ceec3e
1
Parent(s):
be96440
bug fix
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ Now, please output the following as a JSON object:
|
|
53 |
)
|
54 |
|
55 |
# Get the response content
|
56 |
-
output =
|
57 |
|
58 |
return output
|
59 |
|
|
|
53 |
)
|
54 |
|
55 |
# Get the response content
|
56 |
+
output = completion.choices[0].message.content
|
57 |
|
58 |
return output
|
59 |
|