akhaliq HF Staff commited on
Commit
d347f16
·
1 Parent(s): 29e6ed7

add new model

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -43,6 +43,11 @@ AVAILABLE_MODELS = [
43
  "name": "MiniMax M1",
44
  "id": "MiniMaxAI/MiniMax-M1-80k",
45
  "description": "MiniMax M1 model for code generation and general tasks"
 
 
 
 
 
46
  }
47
  ]
48
 
 
43
  "name": "MiniMax M1",
44
  "id": "MiniMaxAI/MiniMax-M1-80k",
45
  "description": "MiniMax M1 model for code generation and general tasks"
46
+ },
47
+ {
48
+ "name": "Qwen3-235B-A22B",
49
+ "id": "Qwen/Qwen3-235B-A22B",
50
+ "description": "Qwen3-235B-A22B model for code generation and general tasks"
51
  }
52
  ]
53