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.

32 lines (30 loc) 514 B
const { defineConfig } = require('@lobehub/i18n-cli'); module.exports = defineConfig({ entry: 'resources/locales/zh-CN', entryLocale: 'zh-CN', output: 'resources/locales', outputLocales: [ 'ar', 'bg-BG', 'zh-TW', 'en-US', 'ru-RU', 'ja-JP', 'ko-KR', 'fr-FR', 'tr-TR', 'es-ES', 'pt-BR', 'de-DE', 'it-IT', 'nl-NL', 'pl-PL', 'vi-VN', 'fa-IR', ], temperature: 0, modelName: 'gpt-4o-mini', experimental: { jsonMode: true, }, });