Update constants.py
Browse files- constants.py +11 -11
constants.py
CHANGED
@@ -88,17 +88,17 @@ SYSTEM_PROMPTS = {
|
|
88 |
|
89 |
# Available HF models for code generation
|
90 |
AVAILABLE_MODELS = [
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
]
|
103 |
|
104 |
# Quick‑start demo list
|
|
|
88 |
|
89 |
# Available HF models for code generation
|
90 |
AVAILABLE_MODELS = [
|
91 |
+
("Moonshot Kimi-K2", "moonshotai/Kimi-K2-Instruct"),
|
92 |
+
("DeepSeek V3", "deepseek-ai/DeepSeek-V3-0324"),
|
93 |
+
("DeepSeek R1", "deepseek-ai/DeepSeek-R1-0528"),
|
94 |
+
("ERNIE-4.5-VL", "baidu/ERNIE-4.5-VL-424B-A47B-Base-PT"),
|
95 |
+
("MiniMax M1", "MiniMaxAI/MiniMax-M1-80k"),
|
96 |
+
("Qwen3-235B-A22B", "Qwen/Qwen3-235B-A22B"),
|
97 |
+
("SmolLM3-3B", "HuggingFaceTB/SmolLM3-3B"),
|
98 |
+
("GLM-4.1V-9B-Thinking", "THUDM/GLM-4.1V-9B-Thinking"),
|
99 |
+
("OpenAI GPT-4", "openai/gpt-4"),
|
100 |
+
("Gemini Pro", "gemini/pro"),
|
101 |
+
("Fireworks AI", "fireworks-ai/fireworks-v1"),
|
102 |
]
|
103 |
|
104 |
# Quick‑start demo list
|