mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
App Submission: ChatBot UI (#472)
This commit is contained in:
parent
46b10113be
commit
4c98714050
10
chatbot-ui/docker-compose.yml
Normal file
10
chatbot-ui/docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: chatbot-ui_web_1
|
||||
APP_PORT: 3000
|
||||
|
||||
web:
|
||||
image: nmfretz/chatbot-ui:2023.03.27@sha256:b071c60916f6fed488bfc03452d3fe4560b328541c0d23de7e46cca5abce707b
|
35
chatbot-ui/umbrel-app.yml
Normal file
35
chatbot-ui/umbrel-app.yml
Normal file
|
@ -0,0 +1,35 @@
|
|||
manifestVersion: 1
|
||||
id: chatbot-ui
|
||||
category: Productivity
|
||||
name: ChatBot UI
|
||||
version: "2023.03.27"
|
||||
tagline: ChatGPT but better
|
||||
description: >-
|
||||
ChatBot UI is an advanced chatbot kit for OpenAI's chat models aiming to mimic ChatGPT's interface and functionality.
|
||||
|
||||
|
||||
Simply add your OpenAI API key and start chatting!
|
||||
|
||||
|
||||
This version of ChatBot UI supports both GPT-3.5 and GPT-4 models. Conversations are stored locally within your browser.
|
||||
You can export and import conversations to safeguard against data loss.
|
||||
developer: Mckay Wrigley
|
||||
website: https://github.com/mckaywrigley/chatbot-ui
|
||||
dependencies: []
|
||||
repo: https://github.com/mckaywrigley/chatbot-ui
|
||||
support: https://github.com/mckaywrigley/chatbot-ui/issues
|
||||
port: 10101
|
||||
gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >-
|
||||
Initial release to the Umbrel App Store.
|
||||
|
||||
|
||||
This version is up-to-date as of commit 5aa5be3 here: https://github.com/mckaywrigley/chatbot-ui/commit/5aa5be3f435981b053ee8cab7205b6107ff34dc5
|
||||
submitter: Umbrel
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/472
|
Loading…
Reference in New Issue
Block a user