mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Merge pull request #1174 from ericmjl/ericmjl-patch-1
Update mistral.md
This commit is contained in:
commit
6f97855925
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
Reference in a new issue