Commit 7cf064c
committed
fix: default defaultProvider to openai in config schema
configSchema required defaultProvider but had no .default(), so
a config.json without the field was treated as invalid and backed
up. Now falls back to "openai" at parse time.1 parent 1d1a7dc commit 7cf064c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments