Zak
Results
2
issues of
Zak
### Bug Description I get this error: ``` ollama._types.ResponseError: registry.ollama.ai/library/deepseek-r1:70b does not support tools (status code: 400) ``` when using like this: ``` llm=ChatOllama( model="deepseek-r1:70b", num_ctx=32000, base_url = os.getenv("OLLAMA_ENDPOINT"), )...
bug
To be able to use in WindSurf/Cursor/etc