From 8182a9a657bd82658720b1d44acfbd4f3f176377 Mon Sep 17 00:00:00 2001 From: millawell Date: Fri, 14 Jun 2024 12:07:23 +0200 Subject: [PATCH] Update chat.tsx fix paths --- app/components/chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat.tsx b/app/components/chat.tsx index f445107f..dfb982a8 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -5,7 +5,7 @@ import styles from "./chat.module.css"; import { AssistantStream } from "openai/lib/AssistantStream"; import Markdown from "react-markdown"; // @ts-expect-error - no types for this yet -import { AssistantStreamEvent } from "openai/resources/beta/assistants/assistants"; +import { AssistantStreamEvent } from "openai/resources/beta/assistants"; import { RequiredActionFunctionToolCall } from "openai/resources/beta/threads/runs/runs"; type MessageProps = {