-
Notifications
You must be signed in to change notification settings - Fork 32
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
example/llm: minor refactor #227
Conversation
The purpose behind adding the model here was to ensure the user can try out inference on a model immediately after |
Actually, I removed it because I believe that the goal of this example is to show users that open-webui works immediatelly, and they can configure ollama and the models to use through the web interface. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the formatting/ indentation changes as they are not necessary (nor in line with the rest of the project tree) and makes review more difficult.
open-webui
is able to download it through the UI.
How straightforward a process is that? It looks like you have to go to settings -> Admin Panel -> Models and enter the model tag?
Actually I just saw this. @drupol I'd appreciate if you open different PRs for these. We use |
OK ! |
I'd say there should be three PRs,
|
IMHO, I believe it's better to "show" the user of this project that data are saved within the same directory as the flake. He's free to change the To be honest that was the first thing that was kinda weird when I first tested this project. I expected the stateful data to be saved within the same directory and it was not the case. |
@drupol Would you like to join our Zulip? We are discussing a couple of your changes. I've responded to your last comment here as well: |
Hi!
I separated everything into small commits for easier review.
Let me know what you think!