librechat
This commit is contained in:
44
json/librechat.json
Normal file
44
json/librechat.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "LibreChat",
|
||||
"slug": "librechat",
|
||||
"categories": [
|
||||
20
|
||||
],
|
||||
"date_created": "2026-03-18",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 3080,
|
||||
"documentation": "https://www.librechat.ai/docs",
|
||||
"website": "https://www.librechat.ai/",
|
||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/librechat.webp",
|
||||
"config_path": "/opt/librechat/.env",
|
||||
"description": "LibreChat is an open-source AI chat platform that supports multiple AI providers including OpenAI, Anthropic, Google, and more. It features conversation history, multi-modal support, custom endpoints, and a plugin system.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/librechat.sh",
|
||||
"resources": {
|
||||
"cpu": 4,
|
||||
"ram": 4096,
|
||||
"hdd": 12,
|
||||
"os": "Debian",
|
||||
"version": "13"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Register the first account via the web interface — it becomes the admin account.",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "Configure your AI provider API keys in /opt/librechat/.env and restart the service.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user