Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
marklysze committed Aug 15, 2024
1 parent 950bfd4 commit a91c732
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions autogen/oai/mistral.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ def __init__(self, **kwargs):
api_key (str): The API key for using Mistral.AI (or environment variable MISTRAL_API_KEY needs to be set)
"""

# Ensure we have at least version 1.0.0 (major change)
# if mai.__version__ < "1.1.0":
# raise Exception(f"Please upgrade `mistralai` as version 1.0.0 or greater is required and you have version {mai.__version__}.")

# Ensure we have the api_key upon instantiation
self.api_key = kwargs.get("api_key", None)
if not self.api_key:
Expand Down

0 comments on commit a91c732

Please sign in to comment.