Move ai folder to lib/ (#542)
This commit is contained in:
parent
914238be80
commit
b8643353c0
9 changed files with 8 additions and 8 deletions
|
|
@ -1,16 +1,16 @@
|
|||
import {
|
||||
convertToCoreMessages,
|
||||
type Message,
|
||||
StreamData,
|
||||
convertToCoreMessages,
|
||||
streamObject,
|
||||
streamText,
|
||||
} from 'ai';
|
||||
import { z } from 'zod';
|
||||
|
||||
import { customModel } from '@/ai';
|
||||
import { models } from '@/ai/models';
|
||||
import { systemPrompt } from '@/ai/prompts';
|
||||
import { auth } from '@/app/(auth)/auth';
|
||||
import { customModel } from '@/lib/ai';
|
||||
import { models } from '@/lib/ai/models';
|
||||
import { systemPrompt } from '@/lib/ai/prompts';
|
||||
import {
|
||||
deleteChatById,
|
||||
getChatById,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue