mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
fix: openai connections key
This commit is contained in:
parent
d5b903234d
commit
956cb7beaa
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@
|
|||
{#each OPENAI_API_BASE_URLS as url, idx}
|
||||
<OpenAIConnection
|
||||
{url}
|
||||
key={OPENAI_API_KEYS[idx]}
|
||||
bind:key={OPENAI_API_KEYS[idx]}
|
||||
bind:config={OPENAI_API_CONFIGS[idx]}
|
||||
pipeline={pipelineUrls[url] ? true : false}
|
||||
onSubmit={() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue