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,5 +1,5 @@
import { kv } from '@vercel/kv'
import { OpenAIStream, StreamingTextResponse } from 'ai-connector'
import { OpenAIStream, StreamingTextResponse } from 'ai'
import { Configuration, OpenAIApi } from 'openai-edge'
import { auth } from '@/auth'