feat: switch Venice AI model to glm-4.7-flash-heretic, inline clickable source links in SITREP
This commit is contained in:
parent
7bdec77f5e
commit
3d6a6cfdc9
3 changed files with 9 additions and 6 deletions
|
|
@ -36,6 +36,6 @@
|
||||||
},
|
},
|
||||||
"venice": {
|
"venice": {
|
||||||
"api_key": "VENICE_ADMIN_KEY_xSnxLlHxPGk4BUPzSmHVpLO3xLvKD-MadtwH-xZuUG",
|
"api_key": "VENICE_ADMIN_KEY_xSnxLlHxPGk4BUPzSmHVpLO3xLvKD-MadtwH-xZuUG",
|
||||||
"model": "venice-uncensored-1-2"
|
"model": "olafangensan-glm-4.7-flash-heretic"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"display_name": "JAE-AI",
|
"display_name": "JAE-AI",
|
||||||
"model": "venice-uncensored-1-2",
|
"model": "olafangensan-glm-4.7-flash-heretic",
|
||||||
"system_prompt_summary": "AI assistant for jaeswift.xyz, knows all site sections and services",
|
"system_prompt_summary": "AI assistant for jaeswift.xyz, knows all site sections and services",
|
||||||
"max_history": 20,
|
"max_history": 20,
|
||||||
"auto_greeting": true,
|
"auto_greeting": true,
|
||||||
|
|
|
||||||
|
|
@ -258,13 +258,17 @@ Format the SITREP in markdown with the following EXACT structure:
|
||||||
|
|
||||||
## SECTOR ALPHA — TECHNOLOGY
|
## SECTOR ALPHA — TECHNOLOGY
|
||||||
|
|
||||||
Summarise the top 8-10 most significant technology stories. Group loosely by theme (AI/ML, infrastructure, programming languages, open source, industry moves). Each item should be 1-2 sentences max. Use bullet points. Prioritise stories by significance and novelty. After each bullet point, on a new line add a small source link in this exact format: ` *[source — read more](URL)*` using the Link URL provided in the raw data.
|
Summarise the top 8-10 most significant technology stories. Group loosely by theme (AI/ML, infrastructure, programming languages, open source, industry moves). Each item should be 1-2 sentences max. Use bullet points. Prioritise stories by significance and novelty. Format each bullet with the source name as a clickable link followed by the story text, like this:
|
||||||
|
- **[Hacker News](URL)** Story summary here in 1-2 sentences.
|
||||||
|
- **[Reddit](URL)** Another story summary here.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## SECTOR BRAVO — CYBERSECURITY
|
## SECTOR BRAVO — CYBERSECURITY
|
||||||
|
|
||||||
Summarise any cybersecurity-related stories. Include CVEs, breaches, new tools, threat intel. If few dedicated security stories, note the relatively quiet SIGINT environment. 4-8 items. After each bullet point, on a new line add a small source link in this exact format: ` *[source — read more](URL)*` using the Link URL provided in the raw data.
|
Summarise any cybersecurity-related stories. Include CVEs, breaches, new tools, threat intel. If few dedicated security stories, note the relatively quiet SIGINT environment. 4-8 items. Format each bullet with the source name as a clickable link followed by the story text, like this:
|
||||||
|
- **[r/netsec](URL)** Story summary here.
|
||||||
|
- **[Lobsters](URL)** Another story summary here.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -289,8 +293,7 @@ Rules:
|
||||||
- If data is sparse for a sector, acknowledge it briefly
|
- If data is sparse for a sector, acknowledge it briefly
|
||||||
- Use markdown formatting (headers, bold, bullets, horizontal rules)
|
- Use markdown formatting (headers, bold, bullets, horizontal rules)
|
||||||
- Include the exact crypto prices provided — do not round them differently
|
- Include the exact crypto prices provided — do not round them differently
|
||||||
- For each tech/security story, mention the source in brackets like [HN] [Reddit] [Lobsters]
|
- CRITICAL: For EVERY bullet point in SECTOR ALPHA and SECTOR BRAVO, the source name MUST be a clickable markdown link using the URL from the raw data: **[Source Name](URL)** followed by the story text
|
||||||
- CRITICAL: After EVERY bullet point story in SECTOR ALPHA and SECTOR BRAVO, include the original source link on a NEW indented line formatted exactly as: *[source — read more](URL)*
|
|
||||||
- Use the Link URLs provided in the raw intelligence data — NEVER invent or guess URLs"""
|
- Use the Link URLs provided in the raw intelligence data — NEVER invent or guess URLs"""
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue