UNPKG

@promptbook/azure-openai

Version:

Promptbook: Run AI apps in plain human language across multiple models and platforms

11 lines (10 loc) 738 B
import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; import { AzureOpenAiExecutionTools } from '../llm-providers/azure-openai/AzureOpenAiExecutionTools'; import type { AzureOpenAiExecutionToolsOptions } from '../llm-providers/azure-openai/AzureOpenAiExecutionToolsOptions'; import { createAzureOpenAiExecutionTools } from '../llm-providers/azure-openai/createAzureOpenAiExecutionTools'; import { _AzureOpenAiRegistration } from '../llm-providers/azure-openai/register-constructor'; export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION }; export { AzureOpenAiExecutionTools }; export type { AzureOpenAiExecutionToolsOptions }; export { createAzureOpenAiExecutionTools }; export { _AzureOpenAiRegistration };