2023-12-14 04:15:22 +00:00
{
"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." ,
2024-04-03 18:53:06 +00:00
"tipi_version" : 82 ,
"version" : "0.145.11" ,
2024-01-07 13:36:13 +00:00
"categories" : [
"ai"
] ,
2023-12-14 04:15:22 +00:00
"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" : [
{
2024-01-07 13:36:13 +00:00
"type" : "text" ,
"label" : "OpenAI API Key" ,
"required" : true ,
"env_variable" : "OPENAI_API_KEY"
2023-12-14 04:15:22 +00:00
} ,
{
2024-01-07 13:36:13 +00:00
"type" : "url" ,
"label" : "OpenAI API URL" ,
"required" : false ,
"env_variable" : "OPENAI_PROXY_URL"
2023-12-14 04:15:22 +00:00
} ,
{
2024-01-07 13:36:13 +00:00
"type" : "text" ,
"label" : "Custom Models" ,
"hint" : "Comma separated list of model IDs" ,
"required" : false ,
"env_variable" : "CUSTOM_MODELS"
2023-12-14 04:15:22 +00:00
} ,
{
2024-01-07 13:36:13 +00:00
"type" : "password" ,
"label" : "Password" ,
"required" : false ,
"env_variable" : "ACCESS_CODE"
2023-12-14 04:15:22 +00:00
}
2023-12-27 03:45:34 +00:00
] ,
2024-01-07 13:36:13 +00:00
"supported_architectures" : [
"arm64" ,
"amd64"
]
2023-12-14 04:15:22 +00:00
}