Spaces:
Sleeping
Sleeping
Commit
·
709ee65
1
Parent(s):
edc39bb
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,12 +24,10 @@ Source code:<br/>
|
|
| 24 |
https://huggingface.co/spaces/arslan-ahmed/talk-to-your-docs/tree/main
|
| 25 |
|
| 26 |
## Create your personal bot (let people talk to your docs)
|
| 27 |
-
You can develop and deploy your own personal chatbot (similar to https://huggingface.co/spaces/arslan-ahmed/talk-to-arslan), with the following
|
| 28 |
|
| 29 |
-
|
| 30 |
-
docker pull arslan2k12/ttyd_base (https://hub.docker.com/r/arslan2k12/ttyd_base) <br/>
|
| 31 |
docker pull arslan2k12/arslanbot (https://hub.docker.com/r/arslan2k12/arslanbot)<br/>
|
| 32 |
-
docker run --rm -d -p 7860:7860 --env-file ./.env arslan2k12/
|
| 33 |
|
| 34 |
|
| 35 |
Contents of `.env` file:
|
|
|
|
| 24 |
https://huggingface.co/spaces/arslan-ahmed/talk-to-your-docs/tree/main
|
| 25 |
|
| 26 |
## Create your personal bot (let people talk to your docs)
|
| 27 |
+
You can develop and deploy your own personal chatbot (similar to https://huggingface.co/spaces/arslan-ahmed/talk-to-arslan), with the following two commands:
|
| 28 |
|
|
|
|
|
|
|
| 29 |
docker pull arslan2k12/arslanbot (https://hub.docker.com/r/arslan2k12/arslanbot)<br/>
|
| 30 |
+
docker run --rm -d -p 7860:7860 --env-file ./.env arslan2k12/arslanbot
|
| 31 |
|
| 32 |
|
| 33 |
Contents of `.env` file:
|