Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 484 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 484 Bytes

Custom Chatbot Server

Blog (Japanese only): https://note.com/mahlab/n/n99f28f55287b

What is this for?

This is a FastAPI server for mocking the connection destination of the Chatbot UI. By setting this server as the connection destination, you can test chat responses from models implemented by yourself on a screen like ChatGPT. It is also ideal for demonstrations.

Setup

$ poetry install
$ poetry run python main.py