Update mistral.md

Eliminated typo with extra quotation mark.
This commit is contained in:
Eric Ma 2023-12-17 23:51:02 -05:00 committed by GitHub
parent 3a97a2817f
commit 8ec7e25c06
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"}
],