2023-05-14 12:16:28 +02:00
<!--
2024-04-09 03:30:56 +02:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2023-05-14 12:16:28 +02:00
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
2024-07-02 03:31:28 +02:00
[![Integration level ](https://dash.yunohost.org/integration/chatgpt-web.svg )](https://ci-apps.yunohost.org/ci/apps/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 )
2023-05-14 12:16:35 +02:00
[![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
2024-04-09 03:30:56 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2023-05-14 12:16:28 +02:00
2024-04-09 03:30:56 +02:00
> *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](https://yunohost.org/install) to learn how to install it.*
2023-05-14 12:16:28 +02:00
## 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:48:44 +02:00
### Features
- Private: All chats and messages are stored in your browser's local storage, so everything is private.
- Customizable: You can customize the prompt, the temperature, and other model settings. Multiple models (including GTP-4) are supported.
- Cheaper: ChatGPT-web uses the commercial OpenAI API, so it's much cheaper than a ChatGPT Plus subscription.
- Fast: ChatGPT-web is a single-page web app, so it's fast and responsive.
- Mobile-friendly: ChatGPT-web is mobile-friendly, so you can use it on your phone.
- Voice input: ChatGPT-web supports voice input, so you can talk to ChatGPT. It will also talk back to you.
- Pre-selected prompts: ChatGPT-web comes with a list of pre-selected prompts, so you can get started quickly.
- Export: ChatGPT-web can export chats as a Markdown file, so you can share them with others.
- Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click.
2024-08-05 03:31:30 +02:00
**Shipped version:** 2024.07.31~ynh1
2023-05-14 12:16:28 +02:00
2024-04-09 03:30:56 +02:00
**Demo:** < https: / / niek . github . io / chatgpt-web / >
2023-05-14 12:16:28 +02:00
## Screenshots
2023-05-14 12:54:46 +02:00
![Screenshot of chatGPT-web ](./doc/screenshots/screenshot.png )
2023-05-14 12:16:28 +02:00
2023-05-22 20:15:19 +02:00
## :red_circle: Antifeatures
- **Non-free Network Services**: Promotes or depends entirely on a non-free network service.
2023-05-14 12:16:28 +02:00
## Documentation and resources
2024-04-09 03:30:56 +02:00
- Official app website: < https: // niek . github . io / chatgpt-web />
- Upstream app code repository: < https: // github . com / Niek / chatgpt-web >
- YunoHost Store: < https: // apps . 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
2024-04-09 03:30:56 +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
2024-04-09 03:30:56 +02:00
To try the `testing` branch, please proceed like that:
2023-05-14 12:16:28 +02:00
2024-04-09 03:30:56 +02:00
```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 >