Use gpt-4o
This commit is contained in:
parent
160a9030c7
commit
51826ea502
|
@ -1 +1 @@
|
|||
Subproject commit 1dfb5a9337fefa29861026fea86551132491e0bf
|
||||
Subproject commit 50ca69df2a225937c9095086829328ce7134a2f4
|
|
@ -20,7 +20,7 @@ export async function generateTables(
|
|||
) {
|
||||
const { prompt, useCached, addData } = ctx.request.body
|
||||
|
||||
const llm = await getLLM()
|
||||
const llm = await getLLM("gpt-4o")
|
||||
llm!.maxTokens = 1200
|
||||
|
||||
const cacheKey = `${createHash("md5").update(prompt).digest("hex")}_${
|
||||
|
|
Loading…
Reference in New Issue