Move ai folder to lib/ (#542)
This commit is contained in:
parent
914238be80
commit
b8643353c0
9 changed files with 8 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
|||
import { CoreMessage, type CoreUserMessage, generateText } from 'ai';
|
||||
import { cookies } from 'next/headers';
|
||||
|
||||
import { customModel } from '@/ai';
|
||||
import { customModel } from '@/lib/ai';
|
||||
|
||||
export async function saveModelId(model: string) {
|
||||
const cookieStore = await cookies();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue