UNPKG

@promptbook/langtail

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

7 lines (6 loc) 385 B
import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; import type { RemoteServerOptions } from '../llm-providers/remote/interfaces/RemoteServerOptions'; import { startRemoteServer } from '../llm-providers/remote/startRemoteServer'; export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION }; export type { RemoteServerOptions }; export { startRemoteServer };