feat: fix openai

This commit is contained in:
Nevo David 2025-07-30 21:34:16 +07:00
parent 59b6419229
commit 4d419d6428
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { Injectable } from '@nestjs/common';
import OpenAI from 'openai q';
import OpenAI from 'openai';
import { shuffle } from 'lodash';
import { zodResponseFormat } from 'openai/helpers/zod';
import { z } from 'zod';