typescript

This commit is contained in:
itsrubberduck
2026-02-17 18:19:55 +01:00
parent 4a01593612
commit bf4ce3abdf
5 changed files with 30 additions and 11 deletions

View File

@@ -20,9 +20,7 @@ export default defineEventHandler(async () => {
try {
const response = await client.chat.completions.create({
model,
reasoning_effort: 'low',
n: 1,
verbosity: 'low',
messages: [
{ role: 'system', content: SYSTEM_PROMPT },
{ role: 'user', content: `${READBACK}` }