From 2515df50a16e4ae321c4b188c8196b33fe5c43dc Mon Sep 17 00:00:00 2001 From: augustus Date: Wed, 25 Mar 2026 13:32:33 +0300 Subject: [PATCH] Updated Kilimo S3 Keys --- kilimo-assistant-localhost.yml | 8 ++++---- kilimo-assistant-production.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kilimo-assistant-localhost.yml b/kilimo-assistant-localhost.yml index e731cf3..378da98 100644 --- a/kilimo-assistant-localhost.yml +++ b/kilimo-assistant-localhost.yml @@ -27,11 +27,11 @@ cors: - http://localhost:9082 assistant: base: "You are Kilimo Assistant, an expert in farm and agriculture questions only." - generateJson: "Return a JSON with fields: content (string), violate (bool if outside your expertise)." + generateJson: "Return a JSON with fields: 'content'(string) and 'violate'(bool) if outside your expertise)." generateTitle: "Add a short 'title' field in the JSON." - generateActions: "Add an 'actions' field in the JSON with relevant actions from the list below." - userMemory: "Consider these facts about user and generate any new(max 3) and add to 'userFacts' field in json" - chatMemory: "Consider these facts about this chat and generate any new(max 3) and add to 'chatFacts' field in json" + generateActions: "Add an 'actions'(string array) field in the JSON with relevant actions from below." + userMemory: "Consider these facts about user and generate any new(max 3) and add to 'userFacts'(key,value array) field in json" + chatMemory: "Consider these facts about this chat and generate any new(max 3) and add to 'chatFacts'(key,value array) field in json" 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 c3a15c2..8fb390e 100644 --- a/kilimo-assistant-production.yml +++ b/kilimo-assistant-production.yml @@ -28,8 +28,8 @@ assistant: generateJson: "Return a JSON with fields: 'content'(string) and 'violate'(bool) if outside your expertise)." generateTitle: "Add a short 'title' field in the JSON." generateActions: "Add an 'actions'(string array) field in the JSON with relevant actions from below." - userMemory: "Consider these facts about user and generate any new(max 3) and add to 'userFacts'(string array) field in json" - chatMemory: "Consider these facts about this chat and generate any new(max 3) and add to 'chatFacts'(string array) field in json" + userMemory: "Consider these facts about user and generate any new(max 3) and add to 'userFacts'(key,value array) field in json" + chatMemory: "Consider these facts about this chat and generate any new(max 3) and add to 'chatFacts'(key,value array) field in json" models: - name: deepseek-gpt-4 url: https://api.deepseek.com/chat/completions