Explorar el Código

Update OpenAI exports

Token calculation now works with CommonJS
master
TheoryOfNekomata hace 1 año
padre
commit
b294ef82cd
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/platforms/openai/index.ts

+ 0
- 1
src/platforms/openai/index.ts Ver fichero

@@ -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';


Cargando…
Cancelar
Guardar