diff --git a/apps/lobe-chat/config.json b/apps/lobe-chat/config.json index 7f50be32..a9c04d73 100644 --- a/apps/lobe-chat/config.json +++ b/apps/lobe-chat/config.json @@ -5,39 +5,44 @@ "exposable": true, "id": "lobe-chat", "description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.", - "tipi_version": 1, - "version": "0.116.4", - "categories": ["ai"], + "tipi_version": 2, + "version": "0.119.7", + "categories": [ + "ai" + ], "short_desc": "LLM chatbot framework", "author": "https://github.com/lobehub", "source": "https://github.com/lobehub/lobe-chat", "website": "https://github.com/lobehub/lobe-chat", "form_fields": [ { - "type": "text", - "label": "OpenAI API Key", - "required": true, - "env_variable": "OPENAI_API_KEY" + "type": "text", + "label": "OpenAI API Key", + "required": true, + "env_variable": "OPENAI_API_KEY" }, { - "type": "url", - "label": "OpenAI API URL", - "required": false, - "env_variable": "OPENAI_PROXY_URL" + "type": "url", + "label": "OpenAI API URL", + "required": false, + "env_variable": "OPENAI_PROXY_URL" }, { - "type": "text", - "label": "Custom Models", - "hint": "Comma separated list of model IDs", - "required": false, - "env_variable": "CUSTOM_MODELS" + "type": "text", + "label": "Custom Models", + "hint": "Comma separated list of model IDs", + "required": false, + "env_variable": "CUSTOM_MODELS" }, { - "type": "password", - "label": "Password", - "required": false, - "env_variable": "ACCESS_CODE" + "type": "password", + "label": "Password", + "required": false, + "env_variable": "ACCESS_CODE" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/lobe-chat/docker-compose.yml b/apps/lobe-chat/docker-compose.yml index d8b20b44..7a5e862f 100644 --- a/apps/lobe-chat/docker-compose.yml +++ b/apps/lobe-chat/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.9' services: lobe-chat: container_name: lobe-chat - image: lobehub/lobe-chat:v0.116.4 + image: lobehub/lobe-chat:v0.119.7 environment: - OPENAI_API_KEY=${OPENAI_API_KEY} - OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}