sainathBelagavi commited on
Commit
267675c
·
verified ·
1 Parent(s): 0e4dc01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ API_KEY = os.environ.get('HUGGINGFACE_API_KEY')
10
  BASE_URL = "https://api-inference.huggingface.co/models/"
11
 
12
  model_links = {
13
- "LegacyLift🚀": BASE_URL + "mosaicml/mpt-7b",
14
  "ModernMigrate⭐": BASE_URL + "mistralai/Mixtral-8x7B-Instruct-v0.1",
15
  "RetroRecode🔄": BASE_URL + "microsoft/Phi-3-mini-4k-instruct"
16
  }
 
10
  BASE_URL = "https://api-inference.huggingface.co/models/"
11
 
12
  model_links = {
13
+ "LegacyLift🚀": BASE_URL + "Qwen/QwQ-32B-Preview",
14
  "ModernMigrate⭐": BASE_URL + "mistralai/Mixtral-8x7B-Instruct-v0.1",
15
  "RetroRecode🔄": BASE_URL + "microsoft/Phi-3-mini-4k-instruct"
16
  }