From b54fc326c0ed8fc5b24b453012dd992b6bd4a854 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 11 Dec 2024 18:35:57 +0800 Subject: [PATCH] chore: Change function calling to tool calling --- tests/compatible-models.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/compatible-models.mdx b/tests/compatible-models.mdx index 206d0661..f6a31e97 100644 --- a/tests/compatible-models.mdx +++ b/tests/compatible-models.mdx @@ -22,7 +22,7 @@ Our vision of the next generation Internet. > Theoretically, all open source models are compatible. > -> Models with function calling capability tend to have better overall performance. +> Models with tool calling capability tend to have better overall performance. You may try all models supported by Ollama, use the exact model name from https://ollama.com/library. @@ -30,7 +30,7 @@ Learn more: -| Name | Score (out of 100) | Function Call Support | +| Name | Score (out of 100) | Tool Call Support | |------|-------------------|---------------------| | mistral-nemo | 88 | ✅ | | llama3.2 | 80 | ✅ | @@ -38,7 +38,7 @@ Learn more: ### Proprietary Models -| Name | Score (out of 100) | Function Call Support | +| Name | Score (out of 100) | Tool Call Support | |------|-------------------|---------------------| | gpt-4o-mini | 100 | ✅ | | gemini-1.5-flash | 100 | ✅ |