Closed biobootloader closed 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.
None
Keep in mind old user configs still around with llm-model=gpt-4 and temperature=1.0 possibly hard coded
llm-model=gpt-4
temperature=1.0
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
andtemperature=1.0
possibly hard coded