ai-connector -> ai

This commit is contained in:
Shu Ding 2023-06-16 22:43:24 +02:00
parent 52a209c57a
commit 5744f56ff6
No known key found for this signature in database
GPG key ID: C39970877C25D6DD
11 changed files with 9 additions and 33 deletions

View file

@ -1,4 +1,4 @@
import { type Message } from 'ai-connector'
import { type Message } from 'ai'
import { Separator } from '@/components/ui/separator'
import { ChatMessage } from '@/components/chat-message'