Max tokens
This commit is contained in:
parent
24bee1be4a
commit
a0f7f4142a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue