Error with Openai CLI
Unanswered
Rhinelander posted this in #help-forum
RhinelanderOP
getting this issue can someone explain, what I can do to fix this?
./node_modules/openai/src/index.ts:204:3
Type error: Cannot use 'export import' on a type or type-only namespace when 'isolatedModules' is enabled.
202 |
203 | export import Page = Pagination.Page;
> 204 | export import PageResponse = Pagination.PageResponse;
| ^
205 |
206 | export import Completions = API.Completions;
207 | export import Completion = API.Completion;