forked from phoenix/litellm-mirror
Update mistral.md
Eliminated typo with extra quotation mark.
This commit is contained in:
parent
3a97a2817f
commit
8ec7e25c06
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import os
|
|||
|
||||
os.environ['MISTRAL_API_KEY'] = ""
|
||||
response = completion(
|
||||
model="mistral/mistral-tiny"",
|
||||
model="mistral/mistral-tiny",
|
||||
messages=[
|
||||
{"role": "user", "content": "hello from litellm"}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue