Spaces:
Sleeping
Sleeping
sainathBelagavi
commited on
Update app.py
Browse files
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 + "
|
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 |
}
|