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

Merge pull request #106 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-07-22 08:51:50 +02:00 committed by GitHub
commit ea385cb285
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 75 additions and 9 deletions

View file

@ -5,4 +5,5 @@
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -31,7 +31,7 @@ ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use
- Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click.
**Shipped version:** 2024.07.08~ynh1
**Shipped version:** 2024.07.18~ynh1
**Demo:** <https://niek.github.io/chatgpt-web/>

View file

@ -31,7 +31,7 @@ ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use
- Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click.
**Versión actual:** 2024.07.08~ynh1
**Versión actual:** 2024.07.18~ynh1
**Demo:** <https://niek.github.io/chatgpt-web/>

View file

@ -31,7 +31,7 @@ ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use
- Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click.
**Paketatutako bertsioa:** 2024.07.08~ynh1
**Paketatutako bertsioa:** 2024.07.18~ynh1
**Demoa:** <https://niek.github.io/chatgpt-web/>

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
ChatGPT-web est une simple interface Web d'une page pour l'API OpenAI ChatGPT. Pour l'utiliser, vous devez d'abord vous inscrire à une clé API OpenAI. Tous les messages sont stockés dans le stockage local de votre navigateur, donc tout est privé. Vous pouvez également fermer l'onglet du navigateur et revenir plus tard pour poursuivre la conversation.
**Version incluse:** 2024.07.08~ynh1
**Version incluse:** 2024.07.18~ynh1
**Démo:** <https://niek.github.io/chatgpt-web/>

View file

@ -31,7 +31,7 @@ ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use
- Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click.
**Versión proporcionada:** 2024.07.08~ynh1
**Versión proporcionada:** 2024.07.18~ynh1
**Demo:** <https://niek.github.io/chatgpt-web/>

65
README_id.md Normal file
View file

@ -0,0 +1,65 @@
<!--
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Ini TIDAK boleh diedit dengan tangan.
-->
# chatGPT-web untuk YunoHost
[![Tingkat integrasi](https://dash.yunohost.org/integration/chatgpt-web.svg)](https://ci-apps.yunohost.org/ci/apps/chatgpt-web/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/chatgpt-web.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/chatgpt-web.maintain.svg)
[![Pasang chatGPT-web dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=chatgpt-web)
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
> *Paket ini memperbolehkan Anda untuk memasang chatGPT-web secara cepat dan mudah pada server YunoHost.*
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
## Ringkasan
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.
### 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.
**Versi terkirim:** 2024.07.18~ynh1
**Demo:** <https://niek.github.io/chatgpt-web/>
## Tangkapan Layar
![Tangkapan Layar pada chatGPT-web](./doc/screenshots/screenshot.png)
## :red_circle: Antifitur
- **Non-free Network Services**: Promotes or depends entirely on a non-free network service.
## Dokumentasi dan sumber daya
- Website aplikasi resmi: <https://niek.github.io/chatgpt-web/>
- Repositori kode aplikasi hulu: <https://github.com/Niek/chatgpt-web>
- Gudang YunoHost: <https://apps.yunohost.org/app/chatgpt-web>
- Laporkan bug: <https://github.com/YunoHost-Apps/chatgpt-web_ynh/issues>
## Info developer
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/chatgpt-web_ynh/tree/testing).
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/chatgpt-web_ynh/tree/testing --debug
atau
sudo yunohost app upgrade chatgpt-web -u https://github.com/YunoHost-Apps/chatgpt-web_ynh/tree/testing --debug
```
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>

View file

@ -31,7 +31,7 @@ ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use
- Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click.
**分发版本:** 2024.07.08~ynh1
**分发版本:** 2024.07.18~ynh1
**演示:** <https://niek.github.io/chatgpt-web/>

View file

@ -5,7 +5,7 @@ name = "chatGPT-web"
description.en = "ChatGPT web interface using the OpenAI API"
description.fr = "Interface Web ChatGPT utilisant l'API OpenAI"
version = "2024.07.08~ynh1"
version = "2024.07.18~ynh1"
maintainers = []
@ -41,8 +41,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/Niek/chatgpt-web/archive/5ec249e8f9a2d140f0f74fc398635f14d11e439c.tar.gz"
sha256 = "3e45af3090377097fe119a8e4b43920674c2b7d6f4055d14452d6995397d4fb6"
url = "https://github.com/Niek/chatgpt-web/archive/471ef544c95a6ddfb63837cb6e3fdc373c5330e7.tar.gz"
sha256 = "bcd71c516b800c12ea97f487715ca77a631d6428d10b7b6035d0f567343bc8b2"
autoupdate.upstream = "https://github.com/Niek/chatgpt-web"
autoupdate.strategy = "latest_github_commit"