gaunt-sloth-assistant
Version:
[](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [ • 303 B
TypeScript
import { ChatVertexAIInput } from '@langchain/google-vertexai';
import type { BaseChatModel } from '@langchain/core/language_models/chat_models';
export declare function init(configFileName: string): void;
export declare function processJsonConfig(llmConfig: ChatVertexAIInput): Promise<BaseChatModel>;