cevheri commited on
Commit
089e909
Β·
1 Parent(s): 93c1a1e

docs: add links in readme

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -8,16 +8,17 @@ pinned: false
8
  short_description: OpenAI compatible Chatbot API
9
  ---
10
 
11
- [HF URL](https://huggingface.co/spaces/lokumai/openai-openapi-template)
12
- [HF_APP_URL](https://lokumai-openai-openapi-template.hf.space/)
13
- [Github URL](https://github.com/lokumai/openai-openapi-template)
14
-
15
-
16
  # OpenAI Compatible Chatbot API
17
 
18
  A FastAPI based OpenAI compatible Chatbot API with Visualization.
19
 
20
 
 
 
 
 
 
 
21
  ## πŸš€ Features
22
 
23
  - OpenAI compatible API /v1/chat/completions
@@ -28,8 +29,6 @@ A FastAPI based OpenAI compatible Chatbot API with Visualization.
28
  - Support for all major OpenAI API endpoints
29
 
30
 
31
-
32
-
33
  ## πŸ“‹ Endpoints
34
  - GET - `/chat/completions` list stored chat completions - for first load the chatbot
35
  - POST - `/chat/completions` create a new chat completion - when user starts a new chat
 
8
  short_description: OpenAI compatible Chatbot API
9
  ---
10
 
 
 
 
 
 
11
  # OpenAI Compatible Chatbot API
12
 
13
  A FastAPI based OpenAI compatible Chatbot API with Visualization.
14
 
15
 
16
+ ## πŸ”— Links
17
+ * [HF SPACE_URL](https://huggingface.co/spaces/lokumai/openai-openapi-template)
18
+ * [HF_APP_URL](https://lokumai-openai-openapi-template.hf.space/)
19
+ * [Github URL](https://github.com/lokumai/openai-openapi-template)
20
+
21
+
22
  ## πŸš€ Features
23
 
24
  - OpenAI compatible API /v1/chat/completions
 
29
  - Support for all major OpenAI API endpoints
30
 
31
 
 
 
32
  ## πŸ“‹ Endpoints
33
  - GET - `/chat/completions` list stored chat completions - for first load the chatbot
34
  - POST - `/chat/completions` create a new chat completion - when user starts a new chat