diff --git a/src/components/AIQueryInterface.astro b/src/components/AIQueryInterface.astro index d9834e9..7e13157 100644 --- a/src/components/AIQueryInterface.astro +++ b/src/components/AIQueryInterface.astro @@ -656,7 +656,7 @@ document.addEventListener('DOMContentLoaded', () => { const resultsHTML = `
-
+

Empfohlener DFIR-Workflow

Basierend auf Ihrer Anfrage: "${originalQuery.slice(0, 100)}${originalQuery.length > 100 ? '...' : ''}" @@ -803,7 +803,7 @@ document.addEventListener('DOMContentLoaded', () => { const resultsHTML = `

-
+

diff --git a/src/pages/api/ai/query.ts b/src/pages/api/ai/query.ts index 55cae17..bf8efcf 100644 --- a/src/pages/api/ai/query.ts +++ b/src/pages/api/ai/query.ts @@ -327,7 +327,7 @@ export const POST: APIRoute = async ({ request }) => { content: sanitizedQuery } ], - max_tokens: 2000, + max_tokens: 2500, temperature: 0.3 }) }) diff --git a/src/styles/global.css b/src/styles/global.css index b17f12c..e9eefd5 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -532,7 +532,7 @@ input[type="checkbox"] { } .matrix-table th { - background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%); + background: linear-gradient(135deg, var(--color-primary) 0%, #525252 100%); color: white; font-weight: 600; position: sticky;