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.

119 lines (118 loc) • 3.63 kB
{ "exportType": "settings", "state": { "settings": { "defaultAgent": { "config": { "autoCreateTopicThreshold": 2, "displayMode": "chat", "enableAutoCreateTopic": true, "historyCount": 1, "model": "gpt-4-vision-preview", "params": { "frequency_penalty": 0, "presence_penalty": 0, "temperature": 0.6, "top_p": 1 }, "plugins": ["realtime-weather", "steam"], "provider": "openai", "systemRole": "", "tts": { "showAllLocaleVoice": false, "sttLocale": "auto", "ttsService": "openai", "voice": { "openai": "alloy" } } }, "meta": {} }, "languageModel": { "anthropic": { "enabled": false }, "azure": { "enabled": true }, "bedrock": { "enabled": false }, "google": { "enabled": false }, "deepseek": { "enabled": true }, "groq": { "enabled": false }, "mistral": { "enabled": false }, "moonshot": { "enabled": false }, "ollama": { "enabled": false }, "openrouter": { "enabled": true, "customModelCards": [ { "displayName": "01-ai/yi-34b-chat", "enabled": true, "id": "01-ai/yi-34b-chat" }, { "displayName": "huggingfaceh4/zephyr-7b-beta", "enabled": true, "id": "huggingfaceh4/zephyr-7b-beta" } ] }, "perplexity": { "enabled": false }, "togetherai": { "enabled": false }, "zeroone": { "enabled": false }, "zhipu": { "enabled": false }, "openai": { "enabled": true, "customModelCards": [ { "displayName": "deerercsds", "enabled": true, "id": "deerercsds" } ] } }, "keyVaults": { "password": "213455", "anthropic": { "apiKey": "anthropic", "baseURL": "anthropic-baseURL" }, "azure": { "apiKey": "asbdasd", "apiVersion": "2024-02-15-preview", "endpoint": "https://api.chatanywhere.com.cn" }, "bedrock": { "accessKeyId": "accessKeyId", "region": "us-east-1", "secretAccessKey": "secretAccessKey" }, "google": { "apiKey": "google", "baseURL": "google-baseURL" }, "groq": { "apiKey": "groq", "baseURL": "groq-baseURL" }, "mistral": { "apiKey": "mistral" }, "moonshot": { "apiKey": "moonshot" }, "ollama": { "baseURL": "http://1237.0.0.1:3245" }, "openrouter": { "apiKey": "openrouter-key" }, "perplexity": { "apiKey": "perplexity", "baseURL": "perplexity-baseURL" }, "togetherai": { "apiKey": "togetherai" }, "deepseek": { "apiKey": "deepseek" }, "zeroone": { "apiKey": "zeroone" }, "zhipu": { "apiKey": "zhipu" }, "openai": { "apiKey": "openai", "baseURL": "endpoint" } }, "sync": { "webrtc": { "enabled": false } }, "tool": { "dalle": { "autoGenerate": false } }, "tts": { "openAI": { "sttModel": "whisper-1", "ttsModel": "tts-1" }, "sttAutoStop": true, "sttServer": "openai" }, "general": { "fontSize": 14, "language": "auto", "themeMode": "auto", "primaryColor": "", "neutralColor": "" } } }, "version": 7 }