mirror of
https://github.com/YunoHost-Apps/chatgpt-web_ynh.git
synced 2024-09-03 18:16:21 +02:00
ChatGPT-web package for YunoHost
conf | ||
doc | ||
scripts | ||
sources | ||
config_panel.toml.example | ||
LICENSE | ||
manifest.toml | ||
README.md | ||
README_fr.md | ||
tests.toml.example |
chatGPT-web for YunoHost
This package allows you to install chatGPT-web quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.
Overview
ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use it, you need to register for an OpenAI API key first. All messages are stored in your browser's local storage, so everything is private. You can also close the browser tab and come back later to continue the conversation.
Shipped version: 1.0~ynh1
Demo: niek.github.io/chatgpt-web/
Screenshots
Documentation and resources
- Official app website: <niek.github.io/chatgpt-web/>
- Upstream app code repository: https://github.com/Niek/chatgpt-web
- YunoHost documentation for this app: https://yunohost.org/app_chatgpt-web
- Report a bug: https://github.com/YunoHost-Apps/chatgpt-web_ynh/issues
Developer info
Please send your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/chatgpt-web_ynh/tree/testing --debug
or
sudo yunohost app upgrade chatgpt-web -u https://github.com/YunoHost-Apps/chatgpt-web_ynh/tree/testing --debug
More info regarding app packaging: https://yunohost.org/packaging_apps