Ferrxni commited on
Commit
2d1648a
1 Parent(s): c69bd75

change api name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ today = today.strftime("%Y-%m-%d")
22
 
23
  # Load environment variables
24
  load_dotenv()
25
- api_key = os.getenv('API_KEY')
26
  client = MistralClient(api_key=api_key)
27
  model = 'mistral-small'
28
 
 
22
 
23
  # Load environment variables
24
  load_dotenv()
25
+ api_key = os.getenv('MISTRAL_API_KEY')
26
  client = MistralClient(api_key=api_key)
27
  model = 'mistral-small'
28