SHIKARICHACHA commited on
Commit
d4a25e5
·
verified ·
1 Parent(s): 587c790

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import requests
4
  from datetime import datetime
5
 
6
  # Mistral API setup
7
- MISTRAL_API_KEY = os.getenv("MISTRAL_API_KEY", "your_api_key_here")
8
  MISTRAL_API_URL = "https://api.mistral.ai/v1/chat/completions"
9
 
10
  # Local medical knowledge base
 
4
  from datetime import datetime
5
 
6
  # Mistral API setup
7
+ MISTRAL_API_KEY = os.getenv("MISTRAL_API_KEY", "yQdfM8MLbX9uhInQ7id4iUTwN4h4pDLX")
8
  MISTRAL_API_URL = "https://api.mistral.ai/v1/chat/completions"
9
 
10
  # Local medical knowledge base