@promptbook/azure-openai
Version:
Promptbook: Run AI apps in plain human language across multiple models and platforms
13 lines (12 loc) • 800 B
TypeScript
import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version';
import type { Identification } from '../remote-server/socket-types/_subtypes/Identification';
import type { ApplicationModeIdentification } from '../remote-server/socket-types/_subtypes/Identification';
import type { AnonymousModeIdentification } from '../remote-server/socket-types/_subtypes/Identification';
import { startRemoteServer } from '../remote-server/startRemoteServer';
import type { RemoteServerOptions } from '../remote-server/types/RemoteServerOptions';
export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION };
export type { Identification };
export type { ApplicationModeIdentification };
export type { AnonymousModeIdentification };
export { startRemoteServer };
export type { RemoteServerOptions };