You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,10 @@ execute `sh run.sh` in your terminal
50
50
> 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.
51
51
52
52
## Run it local on kubernetes
53
-
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 />
54
-
after that, you need to install a helm package like this:
55
-
1.`cd /helm`
56
-
2.`helm install chatbot . -f values.yaml`
53
+
If you want to run and use this chatbot app within your Kubernetes cluster, you can easily install it using the Helm chart provided in this repository
0 commit comments