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 --build --force-recreate
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
or ctrl+c once to gracefully exit, twice to ungracefully exit.