Commit b972bac
Switch DeepNews bot to gpt-6-astra and add podcasts source
AskNews recommended moving the DeepNews research-only bot to their new
Astra model and adding "podcasts" to the DeepNews sources list.
- METAC_ASKNEWS_DEEPNEWS now uses asknews/deep-research/high-depth/gpt-6-astra
- Medium and high depth DeepNews presets include the "podcasts" source
- Bump asknews SDK to 0.14.2, which is the first version whose client-side
validation accepts "podcasts" (and lists gpt-6-astra); no transitive
dependency changes
- Add a cheap integration test covering the podcasts source
- Replace stale DeepNews model Literal with the SDK's DeepNewsModel type
Note: as of Sep 5 2026 the AskNews server lists gpt-6-astra but still
rejects requests with "Invalid model: gpt-6-astra" (rollout in progress).
claude-fable-5 was verified working as a fallback.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>1 parent 7a54ace commit b972bac
5 files changed
Lines changed: 25 additions & 12 deletions
File tree
- code_tests/integration_tests
- forecasting_tools/helpers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
| 190 | + | |
194 | 191 | | |
195 | 192 | | |
196 | 193 | | |
| |||
225 | 222 | | |
226 | 223 | | |
227 | 224 | | |
228 | | - | |
| 225 | + | |
229 | 226 | | |
230 | 227 | | |
231 | 228 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
508 | | - | |
| 508 | + | |
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
| |||
0 commit comments