Skip to content

Chat API

How to install service

poetry install

Shell into environment

poetry shell

How to start service

uvicorn main:app --host 0.0.0.0 --port 8080 --reload