Skip to content

Commit

Permalink
add mckaywrigley/chatbot-ui - a OSS UI for ChatGPT (#160)
Browse files Browse the repository at this point in the history
Signed-off-by: Tiger Wang <[email protected]>
  • Loading branch information
tigerinus authored May 24, 2023
1 parent e49ee76 commit be78c57
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Apps/Calibre-web/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ services:
calibre-web:
environment:
DOCKER_MODS: linuxserver/calibre-web:calibre
PGID: "1000"
PUID: "1000"
TZ: Europe/London
PGID: $PGID
PUID: $PUID
TZ: $TZ
image: linuxserver/calibre-web:0.6.19
deploy:
resources:
Expand Down
62 changes: 62 additions & 0 deletions Apps/ChatbotUI/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
name: chatbot-ui
services:
chatbot-ui:
environment:
PGID: $PGID
PUID: $PUID
TZ: $TZ
image: ghcr.io/mckaywrigley/chatbot-ui:main
network_mode: bridge
ports:
- target: 3000
published: "3080"
protocol: tcp
restart: unless-stopped
x-casaos:
ports:
- container: "3000"
description:
en_us: WebUI HTTP Port
x-casaos:
architectures:
- amd64
- arm64
main: chatbot-ui
author: CasaOS Team
category: Chat
description:
en_us: Chatbot UI is an open source chat UI for AI models.
zh_cn: Chatbot UI是一个开源的AI模型聊天界面。
ar_sa: Chatbot UI هو واجهة محادثة مفتوحة المصدر لنماذج الذكاء الاصطناعي.
de_de: Chatbot UI ist eine Open-Source-Chat-Benutzeroberfläche für KI-Modelle.
es_es: Chatbot UI es una interfaz de chat de código abierto para modelos de IA.
fr_fr: Chatbot UI est une interface de chat open source pour les modèles d'IA.
hu_hu: A Chatbot UI egy nyílt forráskódú chat UI az AI modellekhez.
it_it: Chatbot UI è un'interfaccia di chat open source per modelli AI.
ru_ru: Chatbot UI - это открытый чат-интерфейс для моделей ИИ.
pl_pl: Chatbot UI to otwarty interfejs czatu dla modeli AI.
pt_br: Chatbot UI é uma interface de chat de código aberto para modelos de IA.
sv_se: Chatbot UI är ett öppen källkod chattgränssnitt för AI-modeller.
uk_ua: Chatbot UI - це відкритий чат-інтерфейс для моделей ШІ.
developer: Mckay Wrigley
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ChatbotUI/icon.jpg
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/ChatbotUI/screenshot-1.jpg
tagline:
en_us: Open source chat UI for AI models
zh_cn: 用于AI模型的开源聊天界面
ar_sa: واجهة محادثة مفتوحة المصدر لنماذج الذكاء الاصطناعي
de_de: Open-Source-Chat-Benutzeroberfläche für KI-Modelle
es_es: Interfaz de chat de código abierto para modelos de IA
fr_fr: Interface de chat open source pour les modèles d'IA
hu_hu: Nyílt forráskódú chat UI az AI modellekhez
it_it: Interfaccia di chat open source per modelli AI
ru_ru: Открытый чат-интерфейс для моделей ИИ
pl_pl: Otwarty interfejs czatu dla modeli AI
pt_br: Interface de chat de código aberto para modelos de IA
sv_se: Öppen källkod chattgränssnitt för AI-modeller
uk_ua: Відкритий чат-інтерфейс для моделей ШІ
title:
en_us: Chatbot UI
index: /
port_map: "3080"
Binary file added Apps/ChatbotUI/icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/ChatbotUI/screenshot-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit be78c57

Please sign in to comment.