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

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