mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
change(bibot): models & vision_model
This commit is contained in:
parent
75b290d8c3
commit
3da69bb0da
1 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@ controllers:
|
|||
pullPolicy: Always
|
||||
|
||||
env:
|
||||
OPENAI_API_KEY: fake
|
||||
BIBOT_CONFIG: /config/bibot.yml
|
||||
BROWSERLESS_URL: http://browserless.browserless.svc.cluster.local:3000
|
||||
OMBI_API_URL: http://ombi.ombi.svc.cluster.local:3579/api/v1
|
||||
|
@ -55,8 +56,9 @@ configMaps:
|
|||
|
||||
openai:
|
||||
url: http://localai-local-ai.ai.svc.cluster.local/v1
|
||||
model: hermes-2-Pro-Llama-3-8B-Q5_K_M
|
||||
model: llama3-functioncall
|
||||
temperature: 0
|
||||
vision_model: llava-llama-3-8b-v1_1
|
||||
|
||||
persistence:
|
||||
secret:
|
||||
|
|
Loading…
Reference in a new issue