feat: add spark v2 support (#885)

This commit is contained in:
takatost
2023-08-17 15:08:57 +08:00
committed by GitHub
parent c4d759dfba
commit f42e7d1a61
5 changed files with 31 additions and 7 deletions

View File

@@ -29,7 +29,11 @@ class SparkProvider(BaseModelProvider):
return [
{
'id': 'spark',
'name': '星火认知大模型',
'name': 'Spark V1.5',
},
{
'id': 'spark-v2',
'name': 'Spark V2.0',
}
]
else: