ubiquity / ubiquibot

Putting the 'A' in 'DAO'
https://github.com/marketplace/ubiquibot
MIT License
16 stars 59 forks source link

Natural Language Configuration Modifications #886

Open 0x4007 opened 7 months ago

0x4007 commented 7 months ago

I think with a good prompt and GPT4, we should be able to make a command that allows admins to modify the configuration yml with natural language. For example:

"/config disable the start command"

I imagine that within the prompt, we would need to provide a full configuration file example so that it understands all of the property names, and data types of the keys. It will also probably be useful context if we provide it the AJV type check file as well.