Commit f5f508a
authored
feat: upgrade OpenAI models from GPT-4.1 to GPT-5 series (#258)
- Update model options: GPT-4.1 → GPT-5, GPT-4.1 Mini → GPT-5 Mini, GPT-4.1 Nano → GPT-5 Nano
- Set gpt-5-nano as new default OpenAI model for better price/performance ratio
- Update web template placeholder to reflect new model naming
- Add .claude/ to .gitignore for local development files
Files changed:
- frontend/src/renderer/src/pages/settings/constants.tsx
- frontend/src/renderer/src/pages/settings/settings.tsx
- opencontext/web/templates/settings.html
- .gitignore1 parent 5145c19 commit f5f508a
File tree
4 files changed
+10
-9
lines changed- frontend/src/renderer/src/pages/settings
- opencontext/web/templates
4 files changed
+10
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments