Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Any thing I shall do to pick up a model in web ui? #3404

Closed
amdhugo opened this issue Jun 24, 2024 · 0 comments
Closed

Any thing I shall do to pick up a model in web ui? #3404

amdhugo opened this issue Jun 24, 2024 · 0 comments

Comments

@amdhugo
Copy link

amdhugo commented Jun 24, 2024

ollama is install on my unbuntu box. I can run it in command line.
I install open-webui with trying those three commands,
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
docker run -d -p 3000:8080 -e OPENAI_API_KEY=your_secret_key -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
docker run -d -p 3000:8080 -v ollama:/root/.ollama -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:ollama

however, there is nothing I can pick up in "select a model". Anything else I shall follow up?

@open-webui open-webui locked and limited conversation to collaborators Jun 24, 2024
@tjbck tjbck converted this issue into discussion #3411 Jun 24, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant