polished prompts
This commit is contained in:
@@ -34,6 +34,8 @@ assistant:
|
|||||||
userMemoryRequest: "Generate any new(max 3) and add to 'userFacts'(key,value array) field in json"
|
userMemoryRequest: "Generate any new(max 3) and add to 'userFacts'(key,value array) field in json"
|
||||||
chatMemory: "Consider these facts about this chat"
|
chatMemory: "Consider these facts about this chat"
|
||||||
chatMemoryRequest: "Generate any new(max 3) and add to 'chatFacts'(key,value array) field in json"
|
chatMemoryRequest: "Generate any new(max 3) and add to 'chatFacts'(key,value array) field in json"
|
||||||
|
premiumMemorySize: 8
|
||||||
|
defaultMemorySize: 2
|
||||||
models:
|
models:
|
||||||
- name: deepseek-gpt-4
|
- name: deepseek-gpt-4
|
||||||
url: https://api.deepseek.com/chat/completions
|
url: https://api.deepseek.com/chat/completions
|
||||||
|
|||||||
@@ -32,6 +32,8 @@ assistant:
|
|||||||
userMemoryRequest: "Generate any new(max 3) and add to 'userFacts'(key,value array) field in json"
|
userMemoryRequest: "Generate any new(max 3) and add to 'userFacts'(key,value array) field in json"
|
||||||
chatMemory: "Consider these facts about this chat"
|
chatMemory: "Consider these facts about this chat"
|
||||||
chatMemoryRequest: "Generate any new(max 3) and add to 'chatFacts'(key,value array) field in json"
|
chatMemoryRequest: "Generate any new(max 3) and add to 'chatFacts'(key,value array) field in json"
|
||||||
|
premiumMemorySize: 8
|
||||||
|
defaultMemorySize: 2
|
||||||
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