mirror of
https://github.com/ollama/ollama-python.git
synced 2026-05-01 11:48:17 +08:00
examples: fix typo in function docstring parameter description
This commit is contained in:
parent
f1c5e752bf
commit
fe3cff40ac
@ -10,7 +10,7 @@ def ollama_automatic_function_calling(
|
||||
max_turns is reached.
|
||||
|
||||
Args:
|
||||
client_fn: Ollama chat client
|
||||
client_fn: Ollama some client
|
||||
messages: List of message dicts for the conversation
|
||||
max_turns: Maximum number of chat iterations (default: 20)
|
||||
model: Model name to use (default: "glm-5:cloud")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user