Spaces:
Running
Running
Update app.py
Browse files
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(
|
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(
|