mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-08 01:07:31 +00:00
feat: 添加阿里向量模型
This commit is contained in:
@@ -84,7 +84,7 @@ public class ChatModel extends BaseEntity {
|
||||
/**
|
||||
* 模型供应商
|
||||
*/
|
||||
private String ProviderName;
|
||||
private String providerName;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
|
||||
@@ -88,7 +88,7 @@ public class ChatModelBo extends BaseEntity {
|
||||
/**
|
||||
* 模型供应商
|
||||
*/
|
||||
private String ProviderName;
|
||||
private String providerName;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
|
||||
@@ -103,7 +103,7 @@ public class ChatModelVo implements Serializable {
|
||||
* 模型供应商
|
||||
*/
|
||||
@ExcelProperty(value = "模型供应商")
|
||||
private String ProviderName;
|
||||
private String providerName;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
|
||||
Reference in New Issue
Block a user