Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 209 Bytes

File metadata and controls

9 lines (7 loc) · 209 Bytes

Backend of NonePy Application

Step to Run

  • Create a .env file on the root with following keys
    • OPENAI_API_KEY
    • TAVILY_API_KEY
  • run fastapi dev main.py
  • install relvent packages if asked