UNPKG

@makingchatbots/genesys-cloud-chatbot-tester-cli

Version:

[![npm](https://img.shields.io/npm/v/@makingchatbots/genesys-cloud-chatbot-tester-cli)](https://www.npmjs.com/package/@makingchatbots/genesys-cloud-chatbot-tester-cli) [![Follow me on LinkedIn for updates](https://img.shields.io/badge/Follow%20for%20updat

4 lines (3 loc) 275 B
import { ChatCompletionClient } from '../chatCompletionClient'; import { ChatGptConfig } from '../../testScript/modelTypes'; export declare function createChatCompletionClient({ model, temperature }: ChatGptConfig, apiKey: string, maxRetries?: number): ChatCompletionClient;