1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/chatgpt-web_ynh.git synced 2024-09-03 18:16:21 +02:00
chatgpt-web_ynh/README.md

49 lines
2.1 KiB
Markdown
Raw Normal View History

2023-05-14 12:16:28 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2023-05-14 12:16:35 +02:00
# chatGPT-web for YunoHost
2023-05-14 12:16:28 +02:00
2023-05-14 12:16:35 +02:00
[![Integration level](https://dash.yunohost.org/integration/chatgpt-web.svg)](https://dash.yunohost.org/appci/app/chatgpt-web) ![Working status](https://ci-apps.yunohost.org/ci/badges/chatgpt-web.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/chatgpt-web.maintain.svg)
[![Install chatGPT-web with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=chatgpt-web)
2023-05-14 12:16:28 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2023-05-14 12:16:35 +02:00
> *This package allows you to install chatGPT-web quickly and simply on a YunoHost server.
2023-05-14 12:16:28 +02:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2023-05-14 12:16:35 +02:00
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.
2023-05-14 12:16:28 +02:00
2023-05-14 12:19:36 +02:00
**Shipped version:** 2023.05.14~ynh1
2023-05-14 12:16:28 +02:00
2023-05-14 12:16:35 +02:00
**Demo:** niek.github.io/chatgpt-web/
2023-05-14 12:16:28 +02:00
## Screenshots
2023-05-14 12:16:35 +02:00
![Screenshot of chatGPT-web](./doc/screenshots/example.jpg)
2023-05-14 12:16:28 +02:00
## Documentation and resources
2023-05-14 12:16:35 +02:00
* 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>
2023-05-14 12:16:28 +02:00
## Developer info
2023-05-14 12:16:35 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/chatgpt-web_ynh/tree/testing).
2023-05-14 12:16:28 +02:00
To try the testing branch, please proceed like that.
``` bash
2023-05-14 12:16:35 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/chatgpt-web_ynh/tree/testing --debug
2023-05-14 12:16:28 +02:00
or
2023-05-14 12:16:35 +02:00
sudo yunohost app upgrade chatgpt-web -u https://github.com/YunoHost-Apps/chatgpt-web_ynh/tree/testing --debug
2023-05-14 12:16:28 +02:00
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>