Bump ai packages to canary (#522)

This commit is contained in:
Jeremy 2024-11-12 13:32:55 +03:00 committed by GitHub
parent 871c306004
commit e6806aaa54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 45 additions and 341 deletions

View file

@ -9,7 +9,7 @@ import { z } from 'zod';
import { customModel } from '@/ai';
import { models } from '@/ai/models';
import { blocksPrompt, regularPrompt, systemPrompt } from '@/ai/prompts';
import { systemPrompt } from '@/ai/prompts';
import { auth } from '@/app/(auth)/auth';
import {
deleteChatById,