UNPKG

@lobehub/chat

Version:

Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.

13 lines (10 loc) 344 B
// @vitest-environment node import { testProvider } from '@/libs/model-runtime/providerTestUtils'; import { LobeZeroOneAI } from './index'; testProvider({ Runtime: LobeZeroOneAI, provider: 'zeroone', defaultBaseURL: 'https://api.lingyiwanwu.com/v1', chatDebugEnv: 'DEBUG_ZEROONE_CHAT_COMPLETION', chatModel: 'yi-34b-chat-0205', });