arslan-ahmed commited on
Commit
cec2c05
1 Parent(s): d2c6fd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
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