Spaces:
Running
Running
add kimi K2
Browse files
app.py
CHANGED
@@ -77,6 +77,11 @@ Always output only the HTML code inside a ```html ... ``` code block, and do not
|
|
77 |
|
78 |
# Available models
|
79 |
AVAILABLE_MODELS = [
|
|
|
|
|
|
|
|
|
|
|
80 |
{
|
81 |
"name": "DeepSeek V3",
|
82 |
"id": "deepseek-ai/DeepSeek-V3-0324",
|
|
|
77 |
|
78 |
# Available models
|
79 |
AVAILABLE_MODELS = [
|
80 |
+
{
|
81 |
+
"name": "Moonshot Kimi-K2",
|
82 |
+
"id": "moonshotai/Kimi-K2-Instruct",
|
83 |
+
"description": "Moonshot AI Kimi-K2-Instruct model for code generation and general tasks"
|
84 |
+
},
|
85 |
{
|
86 |
"name": "DeepSeek V3",
|
87 |
"id": "deepseek-ai/DeepSeek-V3-0324",
|