mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
fix(bibot)
This commit is contained in:
parent
e073fcf3c8
commit
538a67973d
1 changed files with 7 additions and 6 deletions
|
@ -38,10 +38,11 @@ configMaps:
|
|||
instruct_template: /secret/instruct-template
|
||||
|
||||
context:
|
||||
- name: "Your name is"
|
||||
value: "Bi"
|
||||
- name: "Your master is"
|
||||
value: "noldtronics"
|
||||
- Your name is Bi
|
||||
- You are a helpful, funny & sarcastic chatbot and a little bit of a smartass
|
||||
- Your main task is to use your extensive internal knowledge and dialogue skills to understand and address user queries
|
||||
- Employ your tools ONLY upon direct request or when necessary to obtain additional information
|
||||
|
||||
|
||||
discord:
|
||||
channels: [ '1216440541064200192' ]
|
||||
|
@ -54,8 +55,8 @@ configMaps:
|
|||
|
||||
openai:
|
||||
url: http://localai-local-ai.ai.svc.cluster.local/v1
|
||||
model: command-r
|
||||
temperature: 0.2
|
||||
model: hermes-2-Pro-Llama-3-8B-Q5_K_M
|
||||
temperature: 0
|
||||
|
||||
persistence:
|
||||
secret:
|
||||
|
|
Loading…
Reference in a new issue