Closed shikhardadhich closed 4 months ago
Understood, during initial addition we added for localhost. Do you want to work on this issue by adding client_url as user input? @shikhardadhich
Sure, I will add it. @tarun-aiplanet
Thank you, I will assign this task to you. You can open PR and link it to this issue
Closing this issue, as its been resolved
Describe the bug My Ollama server is running on a different server and I am unable to provide the Ollama base URL in the current code, since the URL is hard coded to localhost:11434
To Reproduce Steps to reproduce the behavior: Under this file https://github.com/aiplanethub/beyondllm/blob/main/src/beyondllm/llms/ollama.py Need to add a parameter to accept the Base_URL import ollama self.client = ollama.Client(host='http://localhost:11434')