mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-13 04:13:35 +08:00
feat: Adds the tenant model ID field to the interface definition. (#13274)
### What problem does this PR solve? feat: Adds the tenant model ID field to the interface definition ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -35,6 +35,7 @@ export interface Variable {
|
||||
temperature?: number;
|
||||
top_p?: number;
|
||||
llm_id?: string;
|
||||
tenant_llm_id?: string;
|
||||
}
|
||||
|
||||
export interface IDialog {
|
||||
@@ -48,6 +49,7 @@ export interface IDialog {
|
||||
kb_names: string[];
|
||||
language: string;
|
||||
llm_id: string;
|
||||
tenant_llm_id?: string;
|
||||
llm_setting: Variable;
|
||||
llm_setting_type: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user