Skip to content

danicunhac/ai-assistant-server

Repository files navigation

Getting Started

In order to get the project running, make sure you have python installed and install the required packages:

$ pip install -r requirements.txt

Create a .env file from .env.example and add your OPENAI_API_KEY:

$ cp .env.example .env

Secondly, run the development server:

$ fastapi dev main.py

Happy hacking!

Releases

No releases published

Packages

No packages published

Languages