matthoffner commited on
Commit
86d1042
β€’
1 Parent(s): 26859f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -10,14 +10,18 @@ colorTo: pink
10
 
11
  # StoryWriter
12
 
 
13
  ## [FastAPI Docs](https://matthoffner-storywriter.hf.space/docs)
14
 
 
 
 
15
  ### <a href="https://huggingface.co/mosaicml/mpt-7b-storywriter" target="_blank">mosaicml mpt-7b-storywriter</a>
16
  ### <a href="https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML" target="_blank">TheBloke MPT-7B-StoryWriter-GGML</a>
17
  ### <a href="https://github.com/ggerganov/ggml" target="_blank">ggml</a>
18
  ### <a href="https://github.com/marella/ctransformers" target="_blank">ctransformers</a>
19
 
20
- ### Updates
21
 
22
- * 5/25: It works, added GET route
23
  * Bootstrapped project
 
10
 
11
  # StoryWriter
12
 
13
+ ## [Streaming Demo](https://matthoffner-storywriter.hf.space/demo)
14
  ## [FastAPI Docs](https://matthoffner-storywriter.hf.space/docs)
15
 
16
+
17
+ ## Credits
18
+
19
  ### <a href="https://huggingface.co/mosaicml/mpt-7b-storywriter" target="_blank">mosaicml mpt-7b-storywriter</a>
20
  ### <a href="https://huggingface.co/TheBloke/MPT-7B-Storywriter-GGML" target="_blank">TheBloke MPT-7B-StoryWriter-GGML</a>
21
  ### <a href="https://github.com/ggerganov/ggml" target="_blank">ggml</a>
22
  ### <a href="https://github.com/marella/ctransformers" target="_blank">ctransformers</a>
23
 
24
+ ### Behind the scenes
25
 
26
+ * 5/25: It works, added SSE /demo
27
  * Bootstrapped project