Skip to content

Commit be78c57

Browse files
authored
add mckaywrigley/chatbot-ui - a OSS UI for ChatGPT (#160)
Signed-off-by: Tiger Wang <[email protected]>
1 parent e49ee76 commit be78c57

File tree

4 files changed

+65
-3
lines changed

4 files changed

+65
-3
lines changed

Apps/Calibre-web/docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ services:
33
calibre-web:
44
environment:
55
DOCKER_MODS: linuxserver/calibre-web:calibre
6-
PGID: "1000"
7-
PUID: "1000"
8-
TZ: Europe/London
6+
PGID: $PGID
7+
PUID: $PUID
8+
TZ: $TZ
99
image: linuxserver/calibre-web:0.6.19
1010
deploy:
1111
resources:

Apps/ChatbotUI/docker-compose.yml

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
name: chatbot-ui
2+
services:
3+
chatbot-ui:
4+
environment:
5+
PGID: $PGID
6+
PUID: $PUID
7+
TZ: $TZ
8+
image: ghcr.io/mckaywrigley/chatbot-ui:main
9+
network_mode: bridge
10+
ports:
11+
- target: 3000
12+
published: "3080"
13+
protocol: tcp
14+
restart: unless-stopped
15+
x-casaos:
16+
ports:
17+
- container: "3000"
18+
description:
19+
en_us: WebUI HTTP Port
20+
x-casaos:
21+
architectures:
22+
- amd64
23+
- arm64
24+
main: chatbot-ui
25+
author: CasaOS Team
26+
category: Chat
27+
description:
28+
en_us: Chatbot UI is an open source chat UI for AI models.
29+
zh_cn: Chatbot UI是一个开源的AI模型聊天界面。
30+
ar_sa: Chatbot UI هو واجهة محادثة مفتوحة المصدر لنماذج الذكاء الاصطناعي.
31+
de_de: Chatbot UI ist eine Open-Source-Chat-Benutzeroberfläche für KI-Modelle.
32+
es_es: Chatbot UI es una interfaz de chat de código abierto para modelos de IA.
33+
fr_fr: Chatbot UI est une interface de chat open source pour les modèles d'IA.
34+
hu_hu: A Chatbot UI egy nyílt forráskódú chat UI az AI modellekhez.
35+
it_it: Chatbot UI è un'interfaccia di chat open source per modelli AI.
36+
ru_ru: Chatbot UI - это открытый чат-интерфейс для моделей ИИ.
37+
pl_pl: Chatbot UI to otwarty interfejs czatu dla modeli AI.
38+
pt_br: Chatbot UI é uma interface de chat de código aberto para modelos de IA.
39+
sv_se: Chatbot UI är ett öppen källkod chattgränssnitt för AI-modeller.
40+
uk_ua: Chatbot UI - це відкритий чат-інтерфейс для моделей ШІ.
41+
developer: Mckay Wrigley
42+
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ChatbotUI/icon.jpg
43+
screenshot_link:
44+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ChatbotUI/screenshot-1.jpg
45+
tagline:
46+
en_us: Open source chat UI for AI models
47+
zh_cn: 用于AI模型的开源聊天界面
48+
ar_sa: واجهة محادثة مفتوحة المصدر لنماذج الذكاء الاصطناعي
49+
de_de: Open-Source-Chat-Benutzeroberfläche für KI-Modelle
50+
es_es: Interfaz de chat de código abierto para modelos de IA
51+
fr_fr: Interface de chat open source pour les modèles d'IA
52+
hu_hu: Nyílt forráskódú chat UI az AI modellekhez
53+
it_it: Interfaccia di chat open source per modelli AI
54+
ru_ru: Открытый чат-интерфейс для моделей ИИ
55+
pl_pl: Otwarty interfejs czatu dla modeli AI
56+
pt_br: Interface de chat de código aberto para modelos de IA
57+
sv_se: Öppen källkod chattgränssnitt för AI-modeller
58+
uk_ua: Відкритий чат-інтерфейс для моделей ШІ
59+
title:
60+
en_us: Chatbot UI
61+
index: /
62+
port_map: "3080"

Apps/ChatbotUI/icon.jpg

10.2 KB
Loading

Apps/ChatbotUI/screenshot-1.jpg

108 KB
Loading

0 commit comments

Comments
 (0)