Spaces:
Running
Running
update
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ async def proxy_gemini(request: Request, protocol: ProtocolType, host:str, path:
|
|
| 79 |
print(f"使用API密钥:{api_key_show}")
|
| 80 |
client_headers["Authorization"] = api_key
|
| 81 |
api_key_id = api_key_info.get('api_key_id')
|
| 82 |
-
return "
|
| 83 |
|
| 84 |
# return api_key_info
|
| 85 |
# 调用 do_proxy 并返回其结果
|
|
|
|
| 79 |
print(f"使用API密钥:{api_key_show}")
|
| 80 |
client_headers["Authorization"] = api_key
|
| 81 |
api_key_id = api_key_info.get('api_key_id')
|
| 82 |
+
return "123123123"
|
| 83 |
|
| 84 |
# return api_key_info
|
| 85 |
# 调用 do_proxy 并返回其结果
|