@promptbook/azure-openai
Version:
Promptbook: Run AI apps in plain human language across multiple models and platforms
9 lines (8 loc) • 558 B
TypeScript
import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version';
import { createLegacyDocumentScraper } from '../scrapers/document-legacy/createLegacyDocumentScraper';
import { LegacyDocumentScraper } from '../scrapers/document-legacy/LegacyDocumentScraper';
import { _LegacyDocumentScraperRegistration } from '../scrapers/document-legacy/register-constructor';
export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION };
export { createLegacyDocumentScraper };
export { LegacyDocumentScraper };
export { _LegacyDocumentScraperRegistration };