Skip to content

Commit

Permalink
Test code generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmurdza committed Dec 14, 2023
1 parent 8288627 commit e736d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ curl "https://api.mistral.ai/v1/chat/completions" \
-H "Authorization: Bearer $MISTRAL_API_KEY" \
-d '{
"model": "mistral-tiny",
"messages": [{"role": "user", "content": "Who is the most renowned French painter?"}]
"messages": [{"role": "user", "content": "Who is the most renowned French writer?"}]
}'
```

Expand Down

0 comments on commit e736d78

Please sign in to comment.