From ad0c19dde403ba67aa27247775e33c33c30ee235 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Wed, 7 Aug 2024 14:20:50 -0700 Subject: [PATCH] Use llama3.1 in tools example (#5985) * Use llama3.1 in tools example * Update api.md --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index c0202ef3..5cbba523 100644 --- a/docs/api.md +++ b/docs/api.md @@ -669,7 +669,7 @@ curl http://localhost:11434/api/chat -d '{ ``` curl http://localhost:11434/api/chat -d '{ - "model": "mistral", + "model": "llama3.1", "messages": [ { "role": "user", @@ -708,7 +708,7 @@ curl http://localhost:11434/api/chat -d '{ ```json { - "model": "mistral:7b-instruct-v0.3-q4_K_M", + "model": "llama3.1", "created_at": "2024-07-22T20:33:28.123648Z", "message": { "role": "assistant",