mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 15:29:21 +08:00
feat: add spark v2 support (#885)
This commit is contained in:
@@ -29,7 +29,11 @@ class SparkProvider(BaseModelProvider):
|
||||
return [
|
||||
{
|
||||
'id': 'spark',
|
||||
'name': '星火认知大模型',
|
||||
'name': 'Spark V1.5',
|
||||
},
|
||||
{
|
||||
'id': 'spark-v2',
|
||||
'name': 'Spark V2.0',
|
||||
}
|
||||
]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user