Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SuveenE committed Jan 10, 2025
1 parent 6ba6f73 commit 301464f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/gpt/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { getSystemPrompt, generatePrompt } from "@/utils/prompts";
import { ClueResponseSchema, GuessResponseSchema } from "@/types/requests";
import { zodResponseFormat } from "openai/helpers/zod";
import { delay } from "@/utils/gameUtils";
import { LangfuseParent, observeOpenAI } from "langfuse";
import { observeOpenAI } from "langfuse";

const MAX_RETRIES = 2;

Expand Down

0 comments on commit 301464f

Please sign in to comment.