UPDATE
This commit is contained in:
@@ -71,6 +71,11 @@ knowledge_bases:
|
||||
tone_file: "config/tones/water_need_prediction_tone.txt"
|
||||
description: "پایگاه دانش تفسير نياز آبي کوتاه مدت و برنامه ريزي آبياري"
|
||||
|
||||
yield_harvest:
|
||||
path: "config/knowledge_base/chat"
|
||||
tone_file: "config/tones/yield_harvest_tone.txt"
|
||||
description: "پایگاه دانش روایت کاربرپسند برای داشبورد Yield & Harvest Summary"
|
||||
|
||||
services:
|
||||
support_bot:
|
||||
knowledge_base: "chat"
|
||||
@@ -176,3 +181,21 @@ services:
|
||||
api_key_env: "GAPGPT_API_KEY"
|
||||
avalai_base_url: "https://api.avalai.ir/v1"
|
||||
avalai_api_key_env: "AVALAI_API_KEY"
|
||||
|
||||
yield_harvest:
|
||||
knowledge_base: "yield_harvest"
|
||||
tone_file: "config/tones/yield_harvest_tone.txt"
|
||||
use_user_embeddings: true
|
||||
description: "سرویس روایت داشبورد عملکرد و برداشت"
|
||||
fallback_behavior:
|
||||
on_invalid_json: "return_mocked_narrative"
|
||||
on_missing_context: "use_only_deterministic_data"
|
||||
on_number_conflict: "prefer_deterministic_data"
|
||||
prompt_template: "config/tones/yield_harvest_tone.txt"
|
||||
llm:
|
||||
provider: "gapgpt"
|
||||
model: "gpt-4o"
|
||||
base_url: "https://api.gapgpt.app/v1"
|
||||
api_key_env: "GAPGPT_API_KEY"
|
||||
avalai_base_url: "https://api.avalai.ir/v1"
|
||||
avalai_api_key_env: "AVALAI_API_KEY"
|
||||
|
||||
Reference in New Issue
Block a user