nanoppa commited on
Commit
9bab87b
·
verified ·
1 Parent(s): a65fb83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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