mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
fix(anythingllm): default model & telemetry
This commit is contained in:
parent
749680614e
commit
338b583daa
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,7 @@ controllers:
|
|||
image:
|
||||
repository: mintplexlabs/anythingllm
|
||||
tag: master
|
||||
pullPolicy: Always
|
||||
|
||||
env:
|
||||
STORAGE_DIR: /app/server/storage
|
||||
|
@ -17,7 +18,7 @@ controllers:
|
|||
######## LLM API SElECTION ################
|
||||
LLM_PROVIDER: 'localai'
|
||||
LOCAL_AI_BASE_PATH: 'http://localai-local-ai.ai.svc.cluster.local/v1'
|
||||
LOCAL_AI_MODEL_PREF: 'thebloke__dolphin-2.2.1-mistral-7b-gguf__dolphin-2.2.1-mistral-7b.q5_k_m.gguf'
|
||||
LOCAL_AI_MODEL_PREF: main
|
||||
LOCAL_AI_MODEL_TOKEN_LIMIT: 1024
|
||||
# LOCAL_AI_API_KEY="sk-123abc"
|
||||
|
||||
|
@ -29,6 +30,8 @@ controllers:
|
|||
######## Vector Database Selection ########
|
||||
VECTOR_DB: "lancedb"
|
||||
|
||||
DISABLE_TELEMETRY: "true"
|
||||
|
||||
ingress:
|
||||
main:
|
||||
annotations:
|
||||
|
|
Loading…
Reference in a new issue