Replies: 2 comments
-
Support adding this function. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Since the REF: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
The packages version:
I hosted a Ollama server on a K8s using Helm Charts and I add a proxy server(APISix) for this deployment. Therefore, I can access the Ollama service via a host with path instead of using port-forwording.
For example, the url for the Ollama service is
https://MY_HOST/ollama
. I can access the Ollama API and get the response using curl:However, I couldn't set the
https://MY_HOST/ollama
to theChatOllama
. The final url alway be parsed tohttps://MY_HOST:443
without the pathollama
, no mater I setOLLAMA_HOST
in the environment variable orbase_url
in theChatOllama
constructor.Motivation
I knew this PR(#24719) was already add the support of base_url for ChatOllama. Is it possible add support the base_url that is behind a proxy?
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions