Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def chat_completions():
|
|
33 |
"Content-Type": "application/json",
|
34 |
"Cookie": _COOKIES
|
35 |
}
|
36 |
-
|
37 |
print(akash_data)
|
38 |
_stream=data.get('stream', True)
|
39 |
# 发送请求到Akash API
|
|
|
33 |
"Content-Type": "application/json",
|
34 |
"Cookie": _COOKIES
|
35 |
}
|
36 |
+
print(headers)
|
37 |
print(akash_data)
|
38 |
_stream=data.get('stream', True)
|
39 |
# 发送请求到Akash API
|