Skip to content

Latest commit

 

History

History

base-bot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

base-bot

Version: 0.2.6 Type: application AppVersion: 0.2.6

A Helm chart for Kubernetes

Values

Key Type Default Description
affinity object {}
autoscaling.enabled bool false
autoscaling.maxReplicas int 100
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
chat_settings.additional string "VECTORSTORE_CREATE_IF_MISSING = True\nVECTORSTORE_VARIANTS = []\n\nLOGGING_LEVEL = \"DEBUG\"\nLLM_REPRHASING_MODEL = \"gpt-3.5-turbo\"\nLLM_REPHRASING_TEMPERATURE = 0.0\nLLM_REPHRASING_VERBOSE = True\nLLM_STREAMING_MODEL = \"gpt-3.5-turbo\"\nLLM_STREAMING_TEMPERATURE = 0.5\nLLM_STREAMING_VERBOSE = True\nLLM_MODULE = \"openai\"\n\nUI_PAGE_TITLE = \"Savantly Base Bot\"\nUI_PAGE_DESCRIPTION = \"Savantly Base Bot\"\nUI_PAGE_FAVICON = \"https://savantly.net/img/favicon.png\"\nUI_SHOW_HEADER = True\nUI_HEADER_CENTER = True\nUI_HEADER_TITLE = \"BASEBOT\"\nUI_HEADER_LOGO_SRC = \"https://savantly.net/img/logo.png\"\nUI_HEADER_LOGO_ALT = \"Savantly Logo\"\nUI_HEADER_LOGO_HREF = \"https://savantly.net\"\nUI_CHAT_BOT_NAME = \"BaseBot\"\n\n# Chatwoot\nCHATWOOT_ENABLED = False\nCHATWOOT_URL = \"https://chatwoot.com\"\nCHATWOOT_BOT_TOKEN = \"\"\nCHATWOOT_BOT_VARIANT = \"\""
chat_settings.qa_prompt string "Use the following pieces of context to answer the question at the end. If you don't know the answer, just say that you don't know, don't try to make up an answer.\n\n{context}\n\nQuestion: {question}\nHelpful Answer:\n"
chat_settings.rephrase_prompt string "Given the following conversation and a follow up question, rephrase the follow up question to be a standalone question.\n\nChat History:\n{chat_history}\nFollow Up Input: {question}\nStandalone question:\n"
envFrom list []
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "savantly/base-bot"
image.tag string ""
imagePullSecrets list []
ingress.annotations object {}
ingress.className string ""
ingress.enabled bool false
ingress.hosts[0].host string "base-bot.local"
ingress.hosts[0].paths[0].path string "/"
ingress.hosts[0].paths[0].pathType string "ImplementationSpecific"
ingress.tls list []
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podEnv list []
podSecurityContext object {}
replicaCount int 1
resources object {}
securityContext object {}
service.port int 9000
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""
tolerations list []

Autogenerated from chart metadata using helm-docs v1.11.2