Merge branch 'main' into alt-drizzle

This commit is contained in:
Jared Palmer 2023-06-02 13:26:58 -04:00
commit 9469d8c892
13 changed files with 140 additions and 142 deletions

View file

@ -1,7 +1,6 @@
import { auth } from "@/auth";
import { chats, db } from "@/lib/db/schema";
import { openai } from "@/lib/openai";
import { nanoid } from "@/lib/utils";
import { OpenAIStream, StreamingTextResponse } from "ai-connector";
export const runtime = "edge";