mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-13 18:44:23 -05:00
Listing Models from Ooba OpenAI API #1023
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 @murtaza-nasir on GitHub (May 24, 2024).
Discussed in https://github.com/open-webui/open-webui/discussions/2509
Originally posted by murtaza-nasir May 23, 2024
Hello, open-webui community!
I am currently integrating openwebui with ooba textgenwebui:
Initially, the ooba openai API, accessed via
/v1/models, listed only gpt3.5 and an embedding model as dummy models. I applied a fix from this GitHub comment hoping to resolve the issue.After applying the fix, accessing
http://192.168.68.85:5001/v1/modelscorrectly displays a new list of available models:However, while the dummy model list displayed correctly in open-webui, the correct list is showing up as empty. Could anyone provide insight into why the actual model list isn't populating in the UI, or suggest any further troubleshooting steps? I have tried this with both the main and the dev branches.
Thank you in advance for your help!