Setup

  1. add your openAI api key to an .env.server file, as shown in the .env.server.example file
  2. add your text file to the src/shared/docs folder
  3. Run wasp db migrate-dev to generate the migration file
  4. Run wasp start