Commit bbd0e2b
committed
fix: ensure default model is parsed when using default model provider
When using the default model provider flag, the default model will be
gpt-4o. However, when it is parsed, the expected format is 'gpt-4p from
my-model-provider'. When using a default model provider, the 'gpt-4o'
was being parsed and the model was set to the empty string.
After this change, the default model will be of the form 'default-model
from default-model-provider' and will be parsed properly.
Signed-off-by: Donnie Adams <donnie@acorn.io>1 parent 498381d commit bbd0e2b
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
234 | 237 | | |
235 | 238 | | |
236 | 239 | | |
| |||
0 commit comments