Commit 210b61f
committed
feat: integrate GPT-4 Turbo model support
- Add `gpt-4-turbo` and `gpt-4-turbo-2024-04-09` to the model maps
- Include `GPT4Turbo` and `GPT4Turbo20240409` in the `Completion` function options
- Update the `allowFuncCall` function to include `GPT4Turbo` and `GPT4Turbo20240409`, and reorder to include `GPT4TurboPreview` after these entries
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>1 parent c03abb4 commit 210b61f
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
190 | 192 | | |
191 | 193 | | |
192 | 194 | | |
| 195 | + | |
| 196 | + | |
193 | 197 | | |
194 | 198 | | |
195 | 199 | | |
| |||
310 | 314 | | |
311 | 315 | | |
312 | 316 | | |
313 | | - | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
314 | 320 | | |
315 | 321 | | |
316 | 322 | | |
| |||
0 commit comments