finishy1995 / effibot

Effibot: A ChatGPT server with tree-based data structure for efficient context management, providing a mind map-like Q&A experience.
http://43.206.107.75:4000
MIT License
162 stars 25 forks source link

how to turn this into http api? #5

Open ahmedRSA opened 1 year ago

finishy1995 commented 1 year ago

You can see http api in file: effibot/http/http.api

Now, the main branch provide two API:

  1. get /api/answer
  2. get /api/types

You can see them in API file.