TaskEaseGPT
TaskEaseGPT copied to clipboard
Find a way to centralize configurations
The configurations/credentials should be set in the same place not in different directories. Doing that will cause a bad UX.
Idea: Just use Docker and a database. Put required environment variables in the docker-compose file and keep the rest configuration (such as prompts) in the database. Users will be able to configure it using the Web UI.