Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -59,6 +59,7 @@ def chat_completions():
|
|
59 |
completion_data = {
|
60 |
'model': model,
|
61 |
'token': token,
|
|
|
62 |
'choices': [
|
63 |
{
|
64 |
'delta': {
|
|
|
59 |
completion_data = {
|
60 |
'model': model,
|
61 |
'token': token,
|
62 |
+
'status':200,
|
63 |
'choices': [
|
64 |
{
|
65 |
'delta': {
|