Spaces:
Sleeping
Sleeping
arslan-ahmed
commited on
Commit
•
cec2c05
1
Parent(s):
d2c6fd5
Update README.md
Browse files
README.md
CHANGED
@@ -11,3 +11,17 @@ license: apache-2.0
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
|
16 |
+
For users, you can use this app via Hugging Face where it is already deployed:
|
17 |
+
https://huggingface.co/spaces/arslan-ahmed/talk-to-your-docs
|
18 |
+
|
19 |
+
|
20 |
+
For developers, if you want to further develop this app, or deploy using docker:
|
21 |
+
Source code:
|
22 |
+
https://huggingface.co/spaces/arslan-ahmed/talk-to-your-docs/tree/main
|
23 |
+
|
24 |
+
Docker:
|
25 |
+
docker pull arslan2k12/ttyd_base
|
26 |
+
docker pull arslan2k12/arslanbot
|
27 |
+
docker run --rm -d -p 7860:7860 -e TTYD_MODE=xxxx -e OPENAI_API_KEY=xxxx arslan2k12/arslanbot
|