docs: add links in readme
Browse files
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
|