Skip to content

Commit

Permalink
chore: remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
MattAgn committed Nov 24, 2024
1 parent 651a6a7 commit 410e975
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/src/infra/queryLLM.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import fs from "fs";
import { AssemblyAI, TranscribeParams } from "assemblyai";

Check warning on line 1 in packages/api/src/infra/queryLLM.ts

View workflow job for this annotation

GitHub Actions / lint

Imports "TranscribeParams" are only used as type
import OpenAI from "openai";
import { zodResponseFormat } from "openai/helpers/zod";
Expand Down

0 comments on commit 410e975

Please sign in to comment.