misc UI fixes (#20)

This commit is contained in:
Jared Palmer 2023-06-16 14:09:05 -04:00 committed by GitHub
commit 572ce91708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 523 additions and 313 deletions

View file

@ -1,8 +1,9 @@
import { kv } from '@vercel/kv'
import { OpenAIStream, StreamingTextResponse } from 'ai-connector'
import { Configuration, OpenAIApi } from 'openai-edge'
import { nanoid } from '@/lib/utils'
import { auth } from '@/auth'
import { nanoid } from '@/lib/utils'
export const runtime = 'edge'