feat: use llama
Some checks failed
Deploy / lint-build-deploy (push) Failing after 57s

This commit is contained in:
2026-02-01 13:03:51 +01:00
parent e51942a9b2
commit 7d1ef8a7e5
10 changed files with 13205 additions and 1058 deletions

View File

@@ -11,7 +11,7 @@ if (process.env.NODE_ENV === 'development') {
}
export const dbOperations = {
async saveAnthropicQuery({
async saveQuery({
question,
response,
success,
@@ -25,7 +25,7 @@ export const dbOperations = {
tokensUsed?: number;
}) {
try {
return await db.anthropicQuery.create({
return await db.aiQuery.create({
data: {
question,
response,