TechNickAI / AICodeBot

AI-powered tool for developers, simplifying coding tasks and improving workflow efficiency. 🤖
GNU Affero General Public License v3.0
49 stars 12 forks source link

Better handling of configuration #19

Closed TechNickAI closed 1 year ago

TechNickAI commented 1 year ago

The current configuration uses dotenv, which is good for key / value pairs, but is probably not expansive enough for what this will be come. For example, we want to be able to allow for a CUSTOM_PERSONALITY_PROMPT to be defined.

A yaml file might be more appropriate?