AbanteAI / rawdog

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

Dry run now a config setting #59

Closed jakethekoenig closed 9 months ago

jakethekoenig commented 9 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.