Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 669 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 669 Bytes

Architecture

Tips

export all env variables

export $(grep -v '^#' .env | xargs)

TODO

  • Add README.md and other documents
  • Add Docker support
  • Move dreamily-api to NPM library
  • Add sqlite to store and load all conversions from DB
  • Add new Discord messenger
  • Support service start parameters like --start-messenger larkbot --with-service chatgpt1
  • Add StableDiffusion WebUI service and add a mode about it
  • Optimize Controller and Conversation class
  • Optimize helper command by using config file
  • Support reply image for all messengers