From 782b604ee89a92296554d2edc6105cb675e95d1d Mon Sep 17 00:00:00 2001 From: augustus Date: Wed, 25 Mar 2026 15:23:42 +0300 Subject: [PATCH] polished prompts --- kilimo-assistant-localhost.yml | 2 ++ kilimo-assistant-production.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/kilimo-assistant-localhost.yml b/kilimo-assistant-localhost.yml index 0ce0346..daf2201 100644 --- a/kilimo-assistant-localhost.yml +++ b/kilimo-assistant-localhost.yml @@ -34,6 +34,8 @@ assistant: userMemoryRequest: "Generate any new(max 3) and add to 'userFacts'(key,value array) field in json" chatMemory: "Consider these facts about this chat" chatMemoryRequest: "Generate any new(max 3) and add to 'chatFacts'(key,value array) field in json" + premiumMemorySize: 8 + defaultMemorySize: 2 models: - name: deepseek-gpt-4 url: https://api.deepseek.com/chat/completions diff --git a/kilimo-assistant-production.yml b/kilimo-assistant-production.yml index 81a85d6..c576e83 100644 --- a/kilimo-assistant-production.yml +++ b/kilimo-assistant-production.yml @@ -32,6 +32,8 @@ assistant: userMemoryRequest: "Generate any new(max 3) and add to 'userFacts'(key,value array) field in json" chatMemory: "Consider these facts about this chat" chatMemoryRequest: "Generate any new(max 3) and add to 'chatFacts'(key,value array) field in json" + premiumMemorySize: 8 + defaultMemorySize: 2 models: - name: deepseek-gpt-4 url: https://api.deepseek.com/chat/completions