initialize project with basic structure and dependencies
This commit is contained in:
parent
01a0dff53e
commit
507bc15dcc
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ Return only valid JSON, no markdown:
|
||||||
|
|
||||||
const result = await askAI(
|
const result = await askAI(
|
||||||
[{ role: "user", content: prompt }],
|
[{ role: "user", content: prompt }],
|
||||||
{ maxRetries: 2, maxTokens: 4000, ...(evaluatorModel ? { model: evaluatorModel } : {}) }
|
{ maxRetries: 2, maxTokens: 16000, ...(evaluatorModel ? { model: evaluatorModel } : {}) }
|
||||||
);
|
);
|
||||||
const report = parseJSON<{ overallScore: number }>(result.text);
|
const report = parseJSON<{ overallScore: number }>(result.text);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue