gaunt-sloth-assistant
Version:
[](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [ • 329 B
TypeScript
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;