Run biome check and add ChatError component
This commit is contained in:
parent
6a5041be43
commit
08f45451bb
13 changed files with 228 additions and 136 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { openai } from "@ai-sdk/openai";
|
||||
import { convertToModelMessages, streamText } from "ai";
|
||||
import type { ChatModel } from "./model";
|
||||
import { openai } from "@ai-sdk/openai";
|
||||
|
||||
export abstract class Chat {
|
||||
static async streamText(chat: ChatModel["chat"]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue