tanbushi commited on
Commit
a87b77b
·
1 Parent(s): b0132da
Files changed (1) hide show
  1. app.py +1 -1
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 "adsf"
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 并返回其结果