Skip to content

aenglander/how-to-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This example application requires an OpenAI API Key. It uses gpt-4o-mini as the model to reduce costs.

Install the requirements via pip:

pip install -r requirments.txt

Copy the .env.example file to .env:

cp .env.example .env

Replace the OPENAI_API_KEY value with your OpenAI API Key

Run the Flask app via the flask module

python3 -m flask run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published