Example project showing how to use GPT3.5-turbo or GPT4 inside your IHP app.
After following the steps to install IHP, you can run this app locally by running:
./start
This will automatically deal with installing all dependencies, setting up the development database and importing fixtures.
You need to adjust the OpenAI Secret key inside Questions.hs
before you can try it out.