Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open WebUI compatibility #50

Open
LemonBreezes opened this issue Jul 7, 2024 · 1 comment
Open

Open WebUI compatibility #50

LemonBreezes opened this issue Jul 7, 2024 · 1 comment

Comments

@LemonBreezes
Copy link

LemonBreezes commented Jul 7, 2024

Hello. Can you please add Open WebUI compatibility? It's an app that I can self-host from docker to provide a nice ChatGPT UI for all of my devices: https://github.com/open-webui/open-webui.

I have done this here for chatgpt-shell: xenodium/chatgpt-shell#201. Basically, it seems mostly OpenAI compatible on http://127.0.0.1:3000/ollama/api/chat but doesn't have the choices part of the JSON responses. Open WebUI is also based on Ollama and has an endpoint on http://127.0.0.1:3000/ollama/ I think but it does require a key for authorization since it supports multiple users.

@ahyatt
Copy link
Owner

ahyatt commented Jul 13, 2024

It kind of seems like this should work with the ollama provider as is, maybe apart from the authorization, which seems like you might want something custom for. Ollama doesn't have choices as part of its response either, so it seems compatible (and the website also claims compatibility). Have you tried the ollama provider for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants