mirror of
https://github.com/ollama/ollama-python.git
synced 2026-07-21 09:05:23 -04:00
ollama.chat is missing template kwarg.
#58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @knoopx on GitHub (Mar 23, 2024).
According to https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-chat-completion, chat endpoint allows to override the
templatebut the python client doesn't take that argument.@mxyng commented on GitHub (Apr 24, 2024):
The chat endpoint does not take template as an argument. The linked documentation was wrong and has been updated