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: image:
repository: mintplexlabs/anythingllm repository: mintplexlabs/anythingllm
tag: master tag: master
pullPolicy: Always
env: env:
STORAGE_DIR: /app/server/storage STORAGE_DIR: /app/server/storage
@ -17,7 +18,7 @@ controllers:
######## LLM API SElECTION ################ ######## LLM API SElECTION ################
LLM_PROVIDER: 'localai' LLM_PROVIDER: 'localai'
LOCAL_AI_BASE_PATH: 'http://localai-local-ai.ai.svc.cluster.local/v1' 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_MODEL_TOKEN_LIMIT: 1024
# LOCAL_AI_API_KEY="sk-123abc" # LOCAL_AI_API_KEY="sk-123abc"
@ -29,6 +30,8 @@ controllers:
######## Vector Database Selection ######## ######## Vector Database Selection ########
VECTOR_DB: "lancedb" VECTOR_DB: "lancedb"
DISABLE_TELEMETRY: "true"
ingress: ingress:
main: main:
annotations: annotations: