Skip to content

Commit dad754b

Browse files
committed
chore: Change function calling to tool calling
1 parent 07febfa commit dad754b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/guide/openstack/openagent/compatible-models.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Our vision of the next generation Internet.
2222

2323
> Theoretically, all open source models are compatible.
2424
>
25-
> Models with function calling capability tend to have better overall performance.
25+
> Models with tool calling capability tend to have better overall performance.
2626
2727
You may try all models supported by Ollama, use the exact model name from https://ollama.com/library.
2828

2929
Learn more:
3030

3131
<LinkCard id="ollama" />
3232

33-
| Name | Parameters | Score (out of 100) | Function Call Support |
33+
| Name | Parameters | Score (out of 100) | Tool Call Support |
3434
|------|------------|-------------------|---------------------|
3535
| mistral-nemo | 12B | 92 ||
3636
| qwen2.5 | 7B | 88 ||
@@ -45,7 +45,7 @@ Learn more:
4545

4646
### Proprietary Models
4747

48-
| Name | Score (out of 100) | Function Call Support |
48+
| Name | Score (out of 100) | Tool Call Support |
4949
|------|-------------------|---------------------|
5050
| gpt-4o-mini | 96 ||
5151
| gpt-4o | 96 ||

content/guide/openstack/openagent/deployment/ollama.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ When defining your MODEL_NAME in .env file, use the exact model name from https:
1515
## Model Compatibility
1616

1717
Theoretically, all models listed on https://ollama.com/library, are compatible with OpenAgent, with a varying degree of performance.
18-
Models that support function calling tend to have better overall performance.
18+
Models that support tool calling tend to have better overall performance.
1919
We have tested with a few models, see our evaluation results:
2020

2121
<LinkCard id="compatible-models" />

0 commit comments

Comments
 (0)