This commit is contained in:
overcuriousity 2025-07-28 23:10:55 +02:00
parent 31202e5439
commit fd65130bac
2 changed files with 2 additions and 2 deletions

View File

@ -2186,7 +2186,7 @@ tools:
- physical-copy - physical-copy
- multithreaded - multithreaded
- hashing - hashing
- scenario:disk_imaging - scenario:file_recovery
- ewf-support - ewf-support
- performance-optimized - performance-optimized
- bad-sector-handling - bad-sector-handling

View File

@ -336,7 +336,7 @@ export const POST: APIRoute = async ({ request }) => {
content: sanitizedQuery content: sanitizedQuery
} }
], ],
max_tokens: 2500, max_tokens: 3500,
temperature: 0.3 temperature: 0.3
}) })
}) })