User bio
404 bio not found
Member since Oct 15, 2018
Posts:
Replies:
I see that @Guillaume Rongier has this in a Business Operation:
def on_init(self): self.model = Ollama(base_url="http://ollama:11434",model="orca-mini")
When I ask "list my csp applications", it runs a while and then it gives a nicely formatted response. Thank you, Yuri!
Open Exchange applications:
Certifications & Credly badges:
Oliver has no Certifications & Credly badges yet.
Global Masters badges:







Followers:
Following:
I was able to connect to ollama with this:
Settings.llm = Ollama(
base_url="http://ollama:11434", # tell it to connect to the Ollama container
model="llama3.2",
request_timeout=360.0
)