UNPKG

gaunt-sloth-assistant

Version:

[![Tests and Lint](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [![Integration Tests](https://github.co

6 lines (5 loc) 406 B
import { BaseChatModel, type BaseChatModelParams } from '@langchain/core/language_models/chat_models'; import { OpenAIChatInput } from '@langchain/openai'; import { ChatOpenAIFields } from '@langchain/openai'; export declare function processJsonConfig(llmConfig: OpenAIChatInput & ChatOpenAIFields & BaseChatModelParams): Promise<BaseChatModel>; export declare function init(configFileName: string): void;