mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
multiple api keys #3315
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gaoxiaobei on GitHub (Jan 18, 2025).
Problem
When configuring openai api, I have multiple api keys for the same base_url because they have different usage scenarios and correspond to different models. However, openwebui does not support me to configure multiple api keys for the same base_url.
Solution
Allows users to configure multiple api keys for the same base_url when configuring an external connection, and supports setting different prefixes for each key as if they were different urls.
Additional context
openwebui works great, thanks to the volunteers.
@tjbck commented on GitHub (Jan 19, 2025):
Addressed with
71ab8b9c93@gaoxiaobei commented on GitHub (Jan 19, 2025):
Thanks for help!