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) 338 B
// @vitest-environment node import { testProvider } from '@/libs/model-runtime/providerTestUtils'; import { LobeUpstageAI } from './index'; testProvider({ Runtime: LobeUpstageAI, provider: 'upstage', defaultBaseURL: 'https://api.upstage.ai/v1/solar', chatDebugEnv: 'DEBUG_UPSTAGE_CHAT_COMPLETION', chatModel: 'solar-pro', });