Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
fix: missing esm import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabolus committed May 14, 2024
1 parent 69244e3 commit aa85865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/openai/src/gpt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
type ChatCompletionRole,
type ChatCompletionTool,
type CompletionChoice,
} from 'openai/resources/index';
} from 'openai/resources/index.mjs';
import z from 'zod';

const API_NAME_MAP = {
Expand Down

0 comments on commit aa85865

Please sign in to comment.