소스 검색

Update OpenAI exports

Token calculation now works with CommonJS
master
부모
커밋
b294ef82cd
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      src/platforms/openai/index.ts

+ 0
- 1
src/platforms/openai/index.ts 파일 보기

@@ -3,7 +3,6 @@ import { Configuration } from './common';
export * from './chat';
export * from './models';
export * from './common';
// FIXME wasm module imports don't work with commojs
export * from './usage';

export { PlatformEventEmitter, PlatformEventEmitterImpl } from './events';


불러오는 중...
취소
저장