Skip to content

Commit 9cddbbd

Browse files
authored
Update docs (#4298)
1 parent 31c7c93 commit 9cddbbd

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed
Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"name": "Open WebUI",
3-
"slug": "openwebui",
4-
"categories": [
5-
20
6-
],
7-
"date_created": "2024-10-24",
8-
"type": "ct",
9-
"updateable": true,
10-
"privileged": false,
11-
"interface_port": 8080,
12-
"documentation": null,
13-
"website": "https://openwebui.com/",
14-
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/open-webui.svg",
15-
"config_path": "/opt/open-webui/.env",
16-
"description": "OpenWebUI is a self-hosted, web-based interface that allows you to run AI models entirely offline. It integrates with various LLM runners, such as OpenAI and Ollama, and supports features like markdown and LaTeX rendering, model management, and voice/video calls. It also offers multilingual support and the ability to generate images using APIs like DALL-E or ComfyUI",
17-
"install_methods": [
18-
{
19-
"type": "default",
20-
"script": "ct/openwebui.sh",
21-
"resources": {
22-
"cpu": 4,
23-
"ram": 4096,
24-
"hdd": 16,
25-
"os": "debian",
26-
"version": "12"
27-
}
28-
}
29-
],
30-
"default_credentials": {
31-
"username": null,
32-
"password": null
33-
},
34-
"notes": []
2+
"name": "Open WebUI",
3+
"slug": "openwebui",
4+
"categories": [
5+
20
6+
],
7+
"date_created": "2024-10-24",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 8080,
12+
"documentation": "https://docs.openwebui.com/",
13+
"website": "https://openwebui.com/",
14+
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/open-webui.svg",
15+
"config_path": "/opt/open-webui/.env",
16+
"description": "OpenWebUI is a self-hosted, web-based interface that allows you to run AI models entirely offline. It integrates with various LLM runners, such as OpenAI and Ollama, and supports features like markdown and LaTeX rendering, model management, and voice/video calls. It also offers multilingual support and the ability to generate images using APIs like DALL-E or ComfyUI",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "ct/openwebui.sh",
21+
"resources": {
22+
"cpu": 4,
23+
"ram": 4096,
24+
"hdd": 16,
25+
"os": "debian",
26+
"version": "12"
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": null,
32+
"password": null
33+
},
34+
"notes": []
3535
}

0 commit comments

Comments
 (0)