add model moonshot-v1-auto (#3051)
### What problem does this PR solve? #3048 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
parent
00810525d6
commit
8257eeb3f2
1 changed files with 6 additions and 0 deletions
|
|
@ -266,6 +266,12 @@
|
||||||
"tags": "LLM,CHAT",
|
"tags": "LLM,CHAT",
|
||||||
"max_tokens": 128000,
|
"max_tokens": 128000,
|
||||||
"model_type": "chat"
|
"model_type": "chat"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"llm_name": "moonshot-v1-auto",
|
||||||
|
"tags": "LLM,CHAT,",
|
||||||
|
"max_tokens": 128000,
|
||||||
|
"model_type": "chat"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue