novella
novella copied to clipboard
Example application using the Novel Editor.
import { **Editor** } from "novel"; export default function Home() { return ( **** ); }
This is my route.ts code: ``` import { StreamingTextResponse, OpenAIStream } from "ai"; export const runtime = "edge"; export async function POST(req: Request): Promise { const { prompt } =...
Hey @steven-tey! I thought you might like a more detailed ReadMe - let me know if it's useful! Created it with https://www.hello-cluster.com/