Feat/add spark3.5 llm (#2314)

Co-authored-by: lux@njuelectronics.com <lux@njuelectronics.com>
Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
呆萌闷油瓶
2024-01-31 17:57:17 +08:00
committed by GitHub
parent 44397e3062
commit 2166473852
4 changed files with 45 additions and 0 deletions

View File

@@ -35,6 +35,10 @@ class SparkLLMClient:
'spark-v3': {
'version': 'v3.1',
'chat_domain': 'generalv3'
},
'spark-v3.5': {
'version': 'v3.5',
'chat_domain': 'generalv3.5'
}
}