matthoffner commited on
Commit
e28d647
1 Parent(s): 28b5991

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -7,13 +7,11 @@ app_port: 8000
7
 
8
  # starchat-alpha-q4_0
9
 
 
 
 
10
  ## [FastAPI Docs](https://matthoffner-starchat-alpha.hf.space/docs)
11
- ## [Demo stream](https://matthoffner-starchat-alpha.hf.space/demo)
12
 
13
  ### <a href="https://github.com/ggerganov/ggml" target="_blank">ggml</a>
14
  ### <a href="https://github.com/marella/ctransformers" target="_blank">ctransformers</a>
15
-
16
-
17
- ### Updates
18
-
19
- * Added /v1/chat/completions
 
7
 
8
  # starchat-alpha-q4_0
9
 
10
+ Quantized ggml model with an OpenAI-ish chat completions API.
11
+
12
+ ## [Chatbot UI](https://huggingface.co/spaces/matthoffner/starchat-alpha-ui)
13
  ## [FastAPI Docs](https://matthoffner-starchat-alpha.hf.space/docs)
14
+
15
 
16
  ### <a href="https://github.com/ggerganov/ggml" target="_blank">ggml</a>
17
  ### <a href="https://github.com/marella/ctransformers" target="_blank">ctransformers</a>