Commit ecc7880
fix(copilot-chat): fix default model to one supported
it seems that gpt-4 is no longer supported
https://docs.github.com/en/copilot/reference/ai-models/supported-models
using gpt-4 throws 400 Bad Request errors
fixes #36231 parent d086c93 commit ecc7880
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments