Max tokens

This commit is contained in:
Adria Navarro 2025-04-07 13:16:02 +02:00
parent 24bee1be4a
commit a0f7f4142a
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ export async function generateTables(
if (!llm) {
ctx.throw("LLM not available")
}
llm.maxTokens = 5000
llm.maxTokens = 2000
const createdTables = await llm!.generateTables(
prompt,