Updated Kilimo S3 Keys
This commit is contained in:
@@ -27,11 +27,11 @@ cors:
|
|||||||
- http://localhost:9082
|
- http://localhost:9082
|
||||||
assistant:
|
assistant:
|
||||||
base: "You are Kilimo Assistant, an expert in farm and agriculture questions only."
|
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."
|
generateTitle: "Add a short 'title' field in the JSON."
|
||||||
generateActions: "Add an 'actions' field in the JSON with relevant actions from the list below."
|
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' 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' 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:
|
models:
|
||||||
- name: deepseek-gpt-4
|
- name: deepseek-gpt-4
|
||||||
url: https://api.deepseek.com/chat/completions
|
url: https://api.deepseek.com/chat/completions
|
||||||
|
|||||||
@@ -28,8 +28,8 @@ assistant:
|
|||||||
generateJson: "Return a JSON with fields: 'content'(string) and '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."
|
generateTitle: "Add a short 'title' field in the JSON."
|
||||||
generateActions: "Add an 'actions'(string array) field in the JSON with relevant actions from below."
|
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"
|
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'(string 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:
|
models:
|
||||||
- name: deepseek-gpt-4
|
- name: deepseek-gpt-4
|
||||||
url: https://api.deepseek.com/chat/completions
|
url: https://api.deepseek.com/chat/completions
|
||||||
|
|||||||
Reference in New Issue
Block a user