Kevin Hu
commited on
Commit
·
c424c05
1
Parent(s):
d685b9e
add model moonshot-v1-auto (#3051)
Browse files### What problem does this PR solve?
#3048
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
- conf/llm_factories.json +6 -0
conf/llm_factories.json
CHANGED
@@ -266,6 +266,12 @@
|
|
266 |
"tags": "LLM,CHAT",
|
267 |
"max_tokens": 128000,
|
268 |
"model_type": "chat"
|
|
|
|
|
|
|
|
|
|
|
|
|
269 |
}
|
270 |
]
|
271 |
},
|
|
|
266 |
"tags": "LLM,CHAT",
|
267 |
"max_tokens": 128000,
|
268 |
"model_type": "chat"
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"llm_name": "moonshot-v1-auto",
|
272 |
+
"tags": "LLM,CHAT,",
|
273 |
+
"max_tokens": 128000,
|
274 |
+
"model_type": "chat"
|
275 |
}
|
276 |
]
|
277 |
},
|