Skip to content

Commit 3916949

Browse files
final changes
1 parent 8652085 commit 3916949

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

integrations/llms/mistral-ai.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,8 @@ Once you're ready with your prompt, you can use the `portkey.prompts.completions
167167
### Mistral Tool Calling
168168
Tool calling feature lets models trigger external tools based on conversation context. You define available functions, the model chooses when to use them, and your application executes them and returns results.
169169

170-
Portkey supports Groq Tool Calling and makes it interoperable across multiple providers. With Portkey Prompts, you can templatize various your prompts & tool schemas as well.
170+
Portkey supports Mistral Tool Calling and makes it interoperable across multiple providers. With Portkey Prompts, you can templatize various your prompts & tool schemas as well.
171171

172-
<Card title="Supported Groq Models with Tool Calling" href="https://console.groq.com/docs/tool-use#supported-models">
173-
174-
</Card>
175172

176173
<Tabs>
177174
<Tab title="Node.js">

0 commit comments

Comments
 (0)