BoxzDev commited on
Commit
dca1af7
·
verified ·
1 Parent(s): 87d0c0e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -8,7 +8,7 @@ app = FastAPI() # Create a FastAPI instance
8
 
9
  # Define the primary and fallback models
10
  primary = "Qwen2.5-0.5B"
11
- fallbacks = ["mistralai/Mistral-7B-Instruct-v0.2", "facebook/bart-large-mnli"]
12
 
13
  # Load Hugging Face API Key
14
  HF_API_KEY = os.getenv("HF_API_TOKEN") # Get API key from environment variables
 
8
 
9
  # Define the primary and fallback models
10
  primary = "Qwen2.5-0.5B"
11
+ fallbacks = ["mistralai/Mistral-7B-Instruct-v0.2", "Qwen2.5-0.5B"]
12
 
13
  # Load Hugging Face API Key
14
  HF_API_KEY = os.getenv("HF_API_TOKEN") # Get API key from environment variables