Commit 66a813c
Update summarization model to GPT-OSS with fallback chain (#41)
Changed default AI model for summarization:
- Primary: openai/gpt-oss-120b:presto
- Fallback 1: openai/gpt-oss-20b:presto
- Fallback 2: anthropic/claude-haiku-4.5
Added new models to the models object for better organization.
Co-authored-by: Claude <noreply@anthropic.com>1 parent 5fa9c26 commit 66a813c
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
31 | 40 | | |
32 | 41 | | |
33 | 42 | | |
34 | 43 | | |
35 | 44 | | |
36 | 45 | | |
37 | | - | |
| 46 | + | |
38 | 47 | | |
39 | | - | |
40 | | - | |
| 48 | + | |
| 49 | + | |
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
| |||
0 commit comments