mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 15:31:05 +08:00
Feat: model provider (#16028)
### What problem does this PR solve? Feat: - Allow upsert model_type for instance model Fix: - Allow create instance with duplicate api_key ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -69,6 +69,7 @@ class StatusEnum(Enum):
|
||||
class ActiveStatusEnum(Enum):
|
||||
ACTIVE = "active"
|
||||
INACTIVE = "inactive"
|
||||
UNSUPPORTED = "unsupported"
|
||||
|
||||
|
||||
class ActiveEnum(Enum):
|
||||
|
||||
Reference in New Issue
Block a user