Guilherme34
commited on
Commit
•
f506b54
1
Parent(s):
29b427a
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def chat_completions():
|
|
33 |
'index': 0,
|
34 |
'message': {
|
35 |
'role': 'assistant',
|
36 |
-
'content':
|
37 |
},
|
38 |
'finish_reason': 'stop'
|
39 |
}
|
|
|
33 |
'index': 0,
|
34 |
'message': {
|
35 |
'role': 'assistant',
|
36 |
+
'content': response
|
37 |
},
|
38 |
'finish_reason': 'stop'
|
39 |
}
|