mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-21 05:01:01 -06:00
Remove redundant logging
This commit is contained in:
@@ -435,8 +435,6 @@ async def generate_chat_completion(
|
||||
url = app.state.config.OPENAI_API_BASE_URLS[idx]
|
||||
key = app.state.config.OPENAI_API_KEYS[idx]
|
||||
|
||||
print(payload)
|
||||
|
||||
headers = {}
|
||||
headers["Authorization"] = f"Bearer {key}"
|
||||
headers["Content-Type"] = "application/json"
|
||||
|
||||
Reference in New Issue
Block a user