Skip to content

Commit

Permalink
Use llama3.1 in tools example (ollama#5985)
Browse files Browse the repository at this point in the history
* Use llama3.1 in tools example

* Update api.md
  • Loading branch information
rgbkrk authored Aug 7, 2024
1 parent 69eb06c commit ad0c19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ad0c19d

Please sign in to comment.