"test/ut/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "c02f4922b513ca4f2821b5c08f29fde893febea3"
Commit 3eba963d authored by Andrew Phillips's avatar Andrew Phillips
Browse files

Remove redundant logging

parent 162643a4
...@@ -435,8 +435,6 @@ async def generate_chat_completion( ...@@ -435,8 +435,6 @@ async def generate_chat_completion(
url = app.state.config.OPENAI_API_BASE_URLS[idx] url = app.state.config.OPENAI_API_BASE_URLS[idx]
key = app.state.config.OPENAI_API_KEYS[idx] key = app.state.config.OPENAI_API_KEYS[idx]
print(payload)
headers = {} headers = {}
headers["Authorization"] = f"Bearer {key}" headers["Authorization"] = f"Bearer {key}"
headers["Content-Type"] = "application/json" headers["Content-Type"] = "application/json"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment