gmourier / blazy-build

Blazy is an AI assistant to learn about any markdown documentation through a question-answer interface. Blazy-build is the API exposing the model.

Home Page:https://blazy-chat.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

Local

$ pip install -r requirements.txt
$ export OPENAI_API_KEY=sk-...
$ uvicorn main:app --port 8000 --reload

📗 API Docs

http://127.0.0.1:8000/redoc

About

Blazy is an AI assistant to learn about any markdown documentation through a question-answer interface. Blazy-build is the API exposing the model.

https://blazy-chat.vercel.app/


Languages

Language:Python 100.0%