Merge pull request #1174 from ericmjl/ericmjl-patch-1

Update mistral.md
This commit is contained in:
Ishaan Jaff 2023-12-18 10:42:46 +05:30 committed by GitHub
commit 6f97855925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"}
],