Skip to content

Commit

Permalink
Merge pull request #183 from HugoLB0/main
Browse files Browse the repository at this point in the history
Update evaluation.md
  • Loading branch information
pandora-s-git authored Feb 12, 2025
2 parents 82559dd + 4f552b1 commit e9cf916
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/guides/evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,7 @@ First, let's use a smaller model, `open-mistral-7b', to generate a summary for t

```py
import os
from mistralai.client import MistralClient
from mistralai.models.chat_completion import ChatMessage

from mistralai import Mistral

def run_mistral(user_message, model="open-mistral-7b", is_json=False):
client = Mistral(api_key=os.getenv("MISTRAL_API_KEY"))
Expand Down

0 comments on commit e9cf916

Please sign in to comment.