app-store/apps/lobe-chat/config.json
renovate[bot] 888a84ce63
chore(deps): update lobehub/lobe-chat docker tag to v1 (#3809)
* chore(deps): update lobehub/lobe-chat docker tag to v1

* Update app version [ready]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tipi CI <ci@runtipi.io>
2024-06-23 01:52:52 +02:00

44 lines
1.2 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": 168,
"version": "1.0.0",
"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": "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": "password",
"label": "Password",
"required": false,
"env_variable": "ACCESS_CODE"
}
],
"supported_architectures": ["arm64", "amd64"]
}