Skip to content
Snippets Groups Projects
user avatar
Ryan Melvin authored
2c9f5b95

mpog-helper-openai

Uses OpenAI API to determine if a research idea is reasonable and novel for the MPOG database. Not affiliated with MPOG in any way.

Deploy

Docker-compose

docker-compose up

You can use the -d flag at the end to runin in detached (background) mode

docker-compose up -d

To stop the app,

docker-compose down