Max tokens
This commit is contained in:
parent
24bee1be4a
commit
a0f7f4142a
|
@ -195,7 +195,7 @@ export async function generateTables(
|
||||||
if (!llm) {
|
if (!llm) {
|
||||||
ctx.throw("LLM not available")
|
ctx.throw("LLM not available")
|
||||||
}
|
}
|
||||||
llm.maxTokens = 5000
|
llm.maxTokens = 2000
|
||||||
|
|
||||||
const createdTables = await llm!.generateTables(
|
const createdTables = await llm!.generateTables(
|
||||||
prompt,
|
prompt,
|
||||||
|
|
Loading…
Reference in New Issue