Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tianlong12
/
APIForwarder
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tianlong12
commited on
Jul 12, 2024
Commit
b3531de
·
verified
·
1 Parent(s):
cec7dc9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -36,6 +36,7 @@ def chat():
36
json=request.json,
37
stream=is_stream
38
)
39
40
if is_stream:
41
# 流式响应
36
json=request.json,
37
stream=is_stream
38
)
39
+
print(target_url,api_key)
40
41
if is_stream:
42
# 流式响应