Phoenix21 commited on
Commit
065fa8b
·
verified ·
1 Parent(s): 0dfcfda

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +0 -2
pipeline.py CHANGED
@@ -27,8 +27,6 @@ if not os.environ.get("GROQ_API_KEY"):
27
  if not os.environ.get("MISTRAL_API_KEY"):
28
  os.environ["MISTRAL_API_KEY"] = getpass.getpass("Enter your Mistral API Key: ")
29
 
30
- # Initialize Mistral client
31
- mistral_client = Mistral(api_key=os.environ["MISTRAL_API_KEY"])
32
  # Initialize Mistral agent using Pydantic AI
33
 
34
  mistral_api_key = os.environ.get("MISTRAL_API_KEY") # Ensure your Mistral API key is set
 
27
  if not os.environ.get("MISTRAL_API_KEY"):
28
  os.environ["MISTRAL_API_KEY"] = getpass.getpass("Enter your Mistral API Key: ")
29
 
 
 
30
  # Initialize Mistral agent using Pydantic AI
31
 
32
  mistral_api_key = os.environ.get("MISTRAL_API_KEY") # Ensure your Mistral API key is set