Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
onuratakan committed May 16, 2024
1 parent a20cc85 commit 181731b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upsonic/remote/on_prem.py
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ def return_ollama_llm(self, model=None):

from .ollama_langchain import Ollama

llm = Ollama(model=f"{model}**{self.password}", base_url = self.api_url+'/ollama/')
llm = Ollama(model=f"{model}**{self.password}", base_url = self.api_url+'/ollama')
return llm


Expand Down

0 comments on commit 181731b

Please sign in to comment.