rawdog icon indicating copy to clipboard operation
rawdog copied to clipboard

Add config to make --dry-run default

Open DavidDworetzky opened this issue 1 year ago • 1 comments

In environments where I might be recommending this tool to others - I'd feel better having the safer option be the default. Is there a setting for this currently, or would we have to add a flag/config?

DavidDworetzky avatar Feb 09 '24 17:02 DavidDworetzky

We could add a default_dry_run optional flag to the config!

biobootloader avatar Feb 09 '24 19:02 biobootloader

With #59, you can now set dry-run to default by modifying ~/.rawdog.config.yaml, after you've opened rawdog once and generated it. e.g:

llm_api_key: ...
llm_base_url: https://api.openai.com/v1
llm_custom_provider: null
llm_model: gpt-4-turbo
llm_temperature: '1'
dry_run: True

granawkins avatar Feb 14 '24 07:02 granawkins