Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Oct 6, 2024
1 parent 99d50b3 commit ddc0128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ai/find-write-code-target-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getOrganizationVectorDB } from '@/lib/ai/get-organization-vector-db'
import { OpenAIEmbeddings } from '@langchain/openai'
import { CohereClient } from 'cohere-ai'
import OpenAI from 'openai'
import { zodResponseFormat } from 'openai/helpers/zod.mjs'
import { zodResponseFormat } from 'openai/helpers/zod'
import { z } from 'zod'

const findCodeFilesResponse = z.object({
Expand Down

0 comments on commit ddc0128

Please sign in to comment.