Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 398 Bytes

TODOs.md

File metadata and controls

9 lines (8 loc) · 398 Bytes

TODOs

  • Write a good README.md with setup instructions.
  • Improve storage of message strings.
  • Is it possible to save access in "session" to not make db calls every time?
  • Do not hardcode OpenAI prompts, but configure them in the database.
  • Linter for awaiting promises and other rules.
  • Use webhooks instead of long polling?
  • Deploy to Fly with GitHub Actions.