dfa32412 commited on
Commit
ea3abcb
·
verified ·
1 Parent(s): dcf9c72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1164,7 +1164,7 @@ def chat_completions():
1164
  CONFIG["SERVER"]['COOKIE'] = f"{CONFIG['API']['SIGNATURE_COOKIE']};{CONFIG['SERVER']['CF_CLEARANCE']}"
1165
  else:
1166
  CONFIG["SERVER"]['COOKIE'] = CONFIG['API']['SIGNATURE_COOKIE']
1167
- logger.info(json.dumps(request_payload,indent=2),"Server")
1168
  try:
1169
  proxy_options = Utils.get_proxy_options()
1170
  response = curl_requests.post(
 
1164
  CONFIG["SERVER"]['COOKIE'] = f"{CONFIG['API']['SIGNATURE_COOKIE']};{CONFIG['SERVER']['CF_CLEARANCE']}"
1165
  else:
1166
  CONFIG["SERVER"]['COOKIE'] = CONFIG['API']['SIGNATURE_COOKIE']
1167
+ logger.info("有请求到来","Server")
1168
  try:
1169
  proxy_options = Utils.get_proxy_options()
1170
  response = curl_requests.post(