mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
update9bibot)
This commit is contained in:
parent
a9430e3ca7
commit
7c448aa816
1 changed files with 35 additions and 6 deletions
|
@ -8,13 +8,9 @@ controllers:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BIBOT_PROMPT_FILE: /config/prompt-template
|
BIBOT_CONFIG: /config/bibot.yml
|
||||||
# BIBOT_INSTRUCT_PROMPT_FILE: /config/instruct-template
|
|
||||||
BROWSERLESS_URL: http://browserless.browserless.svc.cluster.local:3000
|
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
|
OMBI_API_URL: http://ombi.ombi.svc.cluster.local:3579/api/v1
|
||||||
DISCORD_CHANNELS: "1216440541064200192"
|
|
||||||
OMBI_API_TOKEN:
|
OMBI_API_TOKEN:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
@ -33,12 +29,45 @@ controllers:
|
||||||
startup:
|
startup:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
persistence:
|
configMaps:
|
||||||
config:
|
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: [ '1216440541064200192' ]
|
||||||
|
|
||||||
|
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
|
name: bibot
|
||||||
enabled: true
|
enabled: true
|
||||||
type: secret
|
type: secret
|
||||||
|
|
||||||
|
config:
|
||||||
|
name: bibot-config
|
||||||
|
enabled: true
|
||||||
|
type: configMap
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
controller: main
|
controller: main
|
||||||
|
|
Loading…
Reference in a new issue