-
Notifications
You must be signed in to change notification settings - Fork 138
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
Mods does not respect ollama base-url setting #311
Comments
Same here. |
This is the culprit: Line 315 in 3dc0a94
should be |
cerisara
added a commit
to cerisara/mods
that referenced
this issue
Aug 25, 2024
My mods config is as follows:
When I try running a prompt through mods, I get the following in the
Will the associated PR solve my issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mods seems to use the default ollama base-url: http://127.0.0.1:11434/api no matter what the line is set to.
Setup
MX Linux 23 ahs, xfce4-term, bash
To Reproduce
Change the line to anything, can be either a valid remote server or something nonsensical. The request will always go to the local machine.
Changing the base-url of, for instance, the openai config line does have the intended effect.
The text was updated successfully, but these errors were encountered: