Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -101,9 +101,9 @@ LANGUAGES = ['Natural Language'] + PROGRAMMING_LANGUAGES
|
|
101 |
# Enhanced model list with categorization
|
102 |
MODELS = {
|
103 |
"Code-Specialized": [
|
104 |
-
"deepseek/deepseek-coder-v2-instruct",
|
105 |
-
"mistralai/codestral-latest",
|
106 |
-
"codellama/codellama-70b-instruct",
|
107 |
"qwen/qwen-2.5-coder-32b-instruct:free",
|
108 |
"agentica-org/deepcoder-14b-preview:free",
|
109 |
],
|
|
|
101 |
# Enhanced model list with categorization
|
102 |
MODELS = {
|
103 |
"Code-Specialized": [
|
104 |
+
"deepseek/deepseek-coder-v2-instruct:free",
|
105 |
+
"mistralai/codestral-latest:free",
|
106 |
+
"codellama/codellama-70b-instruct:free",
|
107 |
"qwen/qwen-2.5-coder-32b-instruct:free",
|
108 |
"agentica-org/deepcoder-14b-preview:free",
|
109 |
],
|