Skip to content

Commit d4b4b07

Browse files
authored
feat(home): EarlyBirdyBanner + agent terminology + LinkedIn enrichment model pin (tinyhumansai#1118)
1 parent 30ed9b5 commit d4b4b07

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/openhuman/learning/linkedin_enrichment.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,7 @@ Rules:\n\
350350
- Keep the entire output under 400 words.\n\
351351
- Do not invent information — only use what is in the input.";
352352

353-
let model = config
354-
.default_model
355-
.as_deref()
356-
.unwrap_or("neocortex-preview");
353+
let model = "summarization-v1";
357354

358355
tracing::debug!(
359356
model = model,

0 commit comments

Comments
 (0)