mirror of
https://github.com/dataelement/bisheng.git
synced 2026-08-29 01:22:31 +08:00
fix:修复ft的地址不能添加多个的问题
This commit is contained in:
@@ -9,7 +9,7 @@ from bisheng.database.models.base import SQLModelSerializable
|
||||
|
||||
|
||||
class ServerBase(SQLModelSerializable):
|
||||
endpoint: str = Field(index=False, unique=True)
|
||||
endpoint: str = Field(index=False)
|
||||
sft_endpoint: str = Field(default='', index=False, description='Finetune服务地址')
|
||||
server: str = Field(index=True)
|
||||
remark: Optional[str] = Field(default=None, index=False)
|
||||
|
||||
Reference in New Issue
Block a user