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