mirror of
https://github.com/ollama/ollama.git
synced 2025-05-13 03:16:47 +02:00
change github.com/jmorganca/ollama
to github.com/ollama/ollama
(#3347)
This commit is contained in:
parent
29715dbca7
commit
1b272d5bcd
54 changed files with 115 additions and 115 deletions
|
@ -1,6 +1,6 @@
|
|||
# Function calling
|
||||
|
||||

|
||||

|
||||
|
||||
One of the features added to some models is 'function calling'. It's a bit of a confusing name. It's understandable if you think that means the model can call functions, but that's not what it means. Function calling simply means that the output of the model is formatted in JSON, using a preconfigured schema, and uses the expected types. Then your code can use the output of the model and call functions with it. Using the JSON format in Ollama, you can use any model for function calling.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue