Skip to content

Commit b829ba7

Browse files
authored
Update README.md
1 parent 15b354c commit b829ba7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ execute `sh run.sh` in your terminal
4848
> [!WARNING]
4949
> Do Not change the GPT model! Prompts have been developed for the GPT-4-mini model and they can't be integrated with other GPT models. it can cause horrible incompatibility.
5050
51+
## Run it local on kubernetes
52+
First of all, you need to configure a Kubernetes environment. we suggest kind as an environment. you can see a configuration guide [here](https://kind.sigs.k8s.io/docs/user/configuration/) <br />
53+
after that, you need to install a helm package like this:
54+
1. `cd /helm`
55+
2. `helm install chatbot . -f values.yaml`
5156

5257
>
5358
# Maintenance

0 commit comments

Comments
 (0)