-
Notifications
You must be signed in to change notification settings - Fork 1k
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
LiteLLM connection issue when deployed on another server #648
Comments
Hi, it looks like your are trying to usue the guidance remotely. I am also want to do that but find that the python package lib of the guidance has not been updated yet. I wonder how to set up the server and the client in this issue as you said. |
I used ollama on a remote machine in server mode, then simply the LiteLLM package with the modifications I posted with the remote API using |
Your answer did solve my problem, but the documentation for guidance is poorly written. I couldn't find any mention of the |
I have successfully deployed a ollama model via LiteLLM on another machine.
When using guidance, I can't find a way to set the api_base other than localhost, see screenshot:
The correct server address should be
192.168.1.42:11434
instead oflocalhost
.And the error:
Thanks for your help
The text was updated successfully, but these errors were encountered: