@promptbook/azure-openai
Version:
Promptbook: Run AI apps in plain human language across multiple models and platforms
13 lines (12 loc) • 787 B
TypeScript
import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version';
import { createGoogleExecutionTools } from '../llm-providers/google/createGoogleExecutionTools';
import { GOOGLE_MODELS } from '../llm-providers/google/google-models';
import type { GoogleExecutionToolsOptions } from '../llm-providers/google/GoogleExecutionToolsOptions';
import { _GoogleRegistration } from '../llm-providers/google/register-constructor';
import type { VercelExecutionToolsOptions } from '../llm-providers/vercel/VercelExecutionToolsOptions';
export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION };
export { createGoogleExecutionTools };
export { GOOGLE_MODELS };
export type { GoogleExecutionToolsOptions };
export { _GoogleRegistration };
export type { VercelExecutionToolsOptions };