tanbushi commited on
Commit
2fa79b3
·
1 Parent(s): e4007c6
Files changed (1) hide show
  1. routers/v1.py +0 -1
routers/v1.py CHANGED
@@ -48,7 +48,6 @@ async def chat_completions(chat_request: ChatCompletionRequest, request: Request
48
  """
49
  headers = dict(request.headers)
50
  print(headers)
51
- return "hh"
52
  gemini_api_url = "https://generativelanguage.googleapis.com/v1beta/openai/chat/completions" # 需要验证 URL 的正确性
53
  auth_header = request.headers.get("Authorization")
54
  headers = {"Content-Type": "application/json"}
 
48
  """
49
  headers = dict(request.headers)
50
  print(headers)
 
51
  gemini_api_url = "https://generativelanguage.googleapis.com/v1beta/openai/chat/completions" # 需要验证 URL 的正确性
52
  auth_header = request.headers.get("Authorization")
53
  headers = {"Content-Type": "application/json"}