111
Browse files- 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"}
|