Matteo Moro
Results
1
issues of
Matteo Moro
I don't know why but I'm encountering this problem with the library. Here I show my simple script: ```python import ollama client = ollama.Client(host=llm_config["base_url"], timeout=600) client.chat(model=config["ollama"]["model"], messages=[{ "role":"user", "content":"Why is...