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) 279 B
import { BaseChatModel } from '@langchain/core/language_models/chat_models'; import { ChatGroqInput } from '@langchain/groq'; export declare function processJsonConfig(llmConfig: ChatGroqInput): Promise<BaseChatModel>; export declare function init(configFileName: string): void;