ollama / ollama-python

Ollama Python library
https://ollama.com
MIT License
2.71k stars 223 forks source link

ollama.chat is missing `template` kwarg. #98

Closed knoopx closed 2 months ago

knoopx commented 3 months ago

According to https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-chat-completion, chat endpoint allows to override the template but the python client doesn't take that argument.

mxyng commented 2 months ago

The chat endpoint does not take template as an argument. The linked documentation was wrong and has been updated