Update settings.ts
This commit is contained in:
parent
bbd91d3a18
commit
2d7f87e936
1 changed files with 3 additions and 3 deletions
|
|
@ -217,9 +217,9 @@ const useSettingsStoreBase = create<SettingsState>()(
|
|||
mode: 'global',
|
||||
response_type: 'Multiple Paragraphs',
|
||||
top_k: 10,
|
||||
max_entity_tokens: 10000,
|
||||
max_relation_tokens: 10000,
|
||||
max_total_tokens: 32000,
|
||||
max_token_for_text_unit: 4000,
|
||||
max_token_for_global_context: 4000,
|
||||
max_token_for_local_context: 4000,
|
||||
only_need_context: false,
|
||||
only_need_prompt: false,
|
||||
stream: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue