Skip to content

Helm chart for local AI and slack bot? #1709

Answered by mudler
mohanramunc asked this question in Q&A
Discussion options

You must be logged in to vote

@mohanramunc for kubernetes you can follow these steps:

# Install the helm repository
helm repo add go-skynet https://go-skynet.github.io/helm-charts/
# Update the repositories
helm repo update
# Get the values
helm show values go-skynet/local-ai > values.yaml

# Edit the values value if needed
# vim values.yaml ...

# Install the helm chart
helm install local-ai go-skynet/local-ai -f values.yaml

You can check out the docs over here: https://localai.io/docs/getting-started/manual/

If you don't want to use helm, see also this deployment file as a starting point: https://github.com/mudler/LocalAI/blob/master/examples/kubernetes/deployment.yaml

A slack bot example is here: https://github.co…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mohanramunc
Comment options

Answer selected by mohanramunc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants