From 4b177a04f89b158cdf9efe2df62681ecf7dcd213 Mon Sep 17 00:00:00 2001 From: Agustin Carrasco Date: Sat, 6 Jan 2024 00:09:35 -0300 Subject: [PATCH] fix(lobe chat): minor adjustments to config definition --- apps/lobe-chat/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/lobe-chat/config.json b/apps/lobe-chat/config.json index d544d686..7f50be32 100644 --- a/apps/lobe-chat/config.json +++ b/apps/lobe-chat/config.json @@ -7,7 +7,7 @@ "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": ["utilities", "ai", "development"], + "categories": ["ai"], "short_desc": "LLM chatbot framework", "author": "https://github.com/lobehub", "source": "https://github.com/lobehub/lobe-chat", @@ -20,7 +20,7 @@ "env_variable": "OPENAI_API_KEY" }, { - "type": "fqdn", + "type": "url", "label": "OpenAI API URL", "required": false, "env_variable": "OPENAI_PROXY_URL" @@ -28,6 +28,7 @@ { "type": "text", "label": "Custom Models", + "hint": "Comma separated list of model IDs", "required": false, "env_variable": "CUSTOM_MODELS" },