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:
Kevin Hu 2024-10-28 10:37:22 +08:00 committed by GitHub
parent 00810525d6
commit 8257eeb3f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -266,6 +266,12 @@
"tags": "LLM,CHAT",
"max_tokens": 128000,
"model_type": "chat"
},
{
"llm_name": "moonshot-v1-auto",
"tags": "LLM,CHAT,",
"max_tokens": 128000,
"model_type": "chat"
}
]
},