akhaliq HF Staff commited on
Commit
c3b334f
·
1 Parent(s): 7564378

add kimi K2

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