CultriX commited on
Commit
643e482
·
verified ·
1 Parent(s): 07720e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
  ],