AbanteAI / rawdog

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

clean up setting config #41

Closed biobootloader closed 9 months ago

biobootloader commented 9 months ago

previously was re-saving config 4 times every run, filling it with default values.

this would cause problems later if we changed defaults - user configs now have the old defaults hard-coded.

now we set up config with None for all values, so it exists and easy for users to change.

Keep in mind old user configs still around with llm-model=gpt-4 and temperature=1.0 possibly hard coded