Skip to content

Commit

Permalink
Update chat.tsx
Browse files Browse the repository at this point in the history
fix paths
  • Loading branch information
millawell committed Jun 14, 2024
1 parent 06fc2d4 commit 8182a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 8182a9a

Please sign in to comment.