Skip to content

Commit

Permalink
Add type keyword before importing OpenAISpeechToTextResponse interface
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanK1511 committed Nov 19, 2024
1 parent 8b725f3 commit c4d8eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/use-file-import.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ChatCraftHumanMessage } from "../lib/ChatCraftMessage";
import {
audioToText,
type JinaAiReaderResponse,
OpenAISpeechToTextResponse,
type OpenAISpeechToTextResponse,
pdfToMarkdown,
} from "../lib/ai";
import { compressImageToBase64, formatAsCodeBlock } from "../lib/utils";
Expand Down

0 comments on commit c4d8eb4

Please sign in to comment.