AbanteAI / rawdog

Generate and auto-execute Python scripts in the cli
Apache License 2.0
1.78k stars 137 forks source link

Dry run now a config setting #59

Closed jakethekoenig closed 7 months ago

jakethekoenig commented 7 months ago

Flag config settings expect dashes now instead of underscores. Config settings can now add a help message in the setting_description dictionary. The rawdog method now gets the config and makes its own llm_client and determines verbosity from the config.