fix(anythingllm): default model & telemetry

This commit is contained in:
nold 2024-02-23 23:47:03 +01:00
parent 749680614e
commit 338b583daa

View file

@ -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: