Skip to content

Commit

Permalink
update9bibot)
Browse files Browse the repository at this point in the history
  • Loading branch information
nold committed Mar 17, 2024
1 parent a9430e3 commit db20f88
Showing 1 changed file with 35 additions and 6 deletions.
41 changes: 35 additions & 6 deletions projects/ai/values/bibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ controllers:
pullPolicy: Always

env:
BIBOT_PROMPT_FILE: /config/prompt-template
# BIBOT_INSTRUCT_PROMPT_FILE: /config/instruct-template
BIBOT_CONFIG: /config/bibot.yml
BROWSERLESS_URL: http://browserless.browserless.svc.cluster.local:3000
OPENAI_API_URL: http://localai-local-ai.ai.svc.cluster.local/v1
OPENAI_MODEL: command-r
OMBI_API_URL: http://ombi.ombi.svc.cluster.local:3579/api/v1
DISCORD_CHANNELS: "1216440541064200192"
OMBI_API_TOKEN:
valueFrom:
secretKeyRef:
Expand All @@ -33,12 +29,45 @@ controllers:
startup:
enabled: false

persistence:
configMaps:
config:
enabled: true
data:
bibot.yml: |-
prompt_template: /secret/prompt-template
instruct_template: /secret/instruct-template
context:
- name: "Your name is"
value: "Bi"
- name: "Your master is"
value: "noldtronics"
discord:
channels: [ '1217418069693960223' ]
tools:
ombi:
url: http://ombi.ombi.svc.cluster.local:3579/api/v1
browserless:
url: http://browserless.browserless.svc.cluster.local:3000
openai:
url: http://localai-local-ai.ai.svc.cluster.local/v1
model: command-r
temperature: 0.2
persistence:
secret:
name: bibot
enabled: true
type: secret

config:
name: bibot-config
enabled: true
type: configMap

service:
main:
controller: main
Expand Down

0 comments on commit db20f88

Please sign in to comment.