"python/pyproject_cpu.toml" did not exist on "3a641d90857c21d02f9988c2ed4313f8b7dd0f09"
Unverified Commit ad0c19dd authored by Kyle Kelley's avatar Kyle Kelley Committed by GitHub
Browse files

Use llama3.1 in tools example (#5985)

* Use llama3.1 in tools example

* Update api.md
parent 69eb06c4
......@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment