mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-10 13:45:44 +08:00
feat: Unify the 'Add Model Provider' modal (#15768)
### What problem does this PR solve? feat:Unify the 'Add Model Provider' modal ### Type of change - [x] New Feature (non-breaking change which adds functionality) - [x] Refactoring
This commit is contained in:
@@ -54,6 +54,12 @@ export interface IProviderInstance {
|
||||
provider_id: string;
|
||||
region: string;
|
||||
status: string;
|
||||
/**
|
||||
* Optional: only returned by the showProviderInstance endpoint. Used
|
||||
* to pre-fill the base_url/api_base form field in the ProviderModal
|
||||
* (e.g. when opening an existing instance in viewMode).
|
||||
*/
|
||||
base_url?: string;
|
||||
}
|
||||
export interface IAddedModel {
|
||||
model_type: string[];
|
||||
|
||||
Reference in New Issue
Block a user