Commit dc2ce96
authored
feat: from OpenAI use only gpt5 (#211)
- make gpt-5 the default for OpenAI models
- remove all other models from OpenAI as they are deprecated
~~I wasn't able to test this so far because the (apparently)
[organization requires
verification](https://help.openai.com/en/articles/10910291-api-organization-verification)?~~
I tested the following things
- [x] schedule with gpt-5
- [x] chat with gpt-5
- [x] schedule with gpt-4 (it fails with model not found)
- [x] Tested the new migration to update schedule's model to gpt-5
- [x] schedule upgraded from gpt-4 to gpt-5 (it works now)
Pending
- [ ] Test LiteLLM integration
- [ ] Test judge/eval code
<img width="3400" height="1750" alt="image"
src="https://github.com/user-attachments/assets/04d1fe95-2403-4aea-83fe-2f33707fec29"
/>1 parent a7cbb6c commit dc2ce96
File tree
8 files changed
+4032
-2763
lines changed- apps/dbagent
- dev/litellm/etc
- migrations
- meta
- playground/default
- src/lib/ai/providers
8 files changed
+4032
-2763
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 9 | + | |
| 10 | + | |
15 | 11 | | |
16 | | - | |
17 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
18 | 17 | | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments