Use gpt-4o

This commit is contained in:
Adria Navarro 2025-04-01 15:09:53 +02:00
parent 160a9030c7
commit 51826ea502
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 1dfb5a9337fefa29861026fea86551132491e0bf
Subproject commit 50ca69df2a225937c9095086829328ce7134a2f4

View File

@ -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")}_${