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

Commit aa85865

Browse files
committed
fix: missing esm import
1 parent 69244e3 commit aa85865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/openai/src/gpt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
type ChatCompletionRole,
2222
type ChatCompletionTool,
2323
type CompletionChoice,
24-
} from 'openai/resources/index';
24+
} from 'openai/resources/index.mjs';
2525
import z from 'zod';
2626

2727
const API_NAME_MAP = {

0 commit comments

Comments
 (0)