app-store/apps/lobe-chat/config.json
2024-01-01 23:33:00 -03:00

42 lines
1.1 KiB
JSON

{
"name": "Lobe Chat",
"available": true,
"port": 3210,
"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": ["utilities", "ai", "development"],
"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": "fqdn",
"label": "OpenAI API URL",
"required": false,
"env_variable": "OPENAI_PROXY_URL"
},
{
"type": "text",
"label": "Custom Models",
"required": false,
"env_variable": "CUSTOM_MODELS"
},
{
"type": "password",
"label": "Password",
"required": false,
"env_variable": "ACCESS_CODE"
}
]
}