mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
feat(bibot): command-r
This commit is contained in:
parent
53bebdc3ac
commit
a9430e3ca7
2 changed files with 3 additions and 1 deletions
|
@ -47,3 +47,4 @@ apps:
|
||||||
- discord-token
|
- discord-token
|
||||||
- ombi-api-key
|
- ombi-api-key
|
||||||
- prompt-template
|
- prompt-template
|
||||||
|
- instruct-template
|
||||||
|
|
|
@ -9,9 +9,10 @@ controllers:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BIBOT_PROMPT_FILE: /config/prompt-template
|
BIBOT_PROMPT_FILE: /config/prompt-template
|
||||||
|
# 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_API_URL: http://localai-local-ai.ai.svc.cluster.local/v1
|
||||||
OPENAI_MODEL: mixtral-8x7b-instruct
|
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"
|
DISCORD_CHANNELS: "1216440541064200192"
|
||||||
OMBI_API_TOKEN:
|
OMBI_API_TOKEN:
|
||||||
|
|
Loading…
Reference in a new issue