Skip to content

Commit 6eceab8

Browse files
authored
docs(Readme): Update README.md
1 parent ab3afb0 commit 6eceab8

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,10 @@ execute `sh run.sh` in your terminal
5050
> 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.
5151
5252
## 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
54+
55+
helm install [RELEASE_NAME] helm/ -f helm/values.yaml
5756

58-
>
5957
# Contributing
6058
please read the [Contribution guide](https://github.com/abolfazl8131/devops-gpt/blob/master/CONTRIBUTING.md)
6159
# Maintenance

0 commit comments

Comments
 (0)