Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
3eba963d
"src/vscode:/vscode.git/clone" did not exist on "0801ee7dccd8eed9f6fb674cdcce24b2e0ccb46e"
Commit
3eba963d
authored
Jun 16, 2024
by
Andrew Phillips
Browse files
Remove redundant logging
parent
162643a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
backend/apps/openai/main.py
backend/apps/openai/main.py
+0
-2
No files found.
backend/apps/openai/main.py
View file @
3eba963d
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment