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 #110 from YunoHost-Apps/ci-auto-update-2024.07.31

Upgrade to v2024.07.31
This commit is contained in:
eric_G 2024-08-05 18:43:59 +02:00 committed by GitHub
commit b7d3b7028a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 10 additions and 10 deletions

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. - Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click.
**Shipped version:** 2024.07.22~ynh1 **Shipped version:** 2024.07.31~ynh1
**Demo:** <https://niek.github.io/chatgpt-web/> **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. - Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click.
**Versión actual:** 2024.07.22~ynh1 **Versión actual:** 2024.07.31~ynh1
**Demo:** <https://niek.github.io/chatgpt-web/> **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. - Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click.
**Paketatutako bertsioa:** 2024.07.22~ynh1 **Paketatutako bertsioa:** 2024.07.31~ynh1
**Demoa:** <https://niek.github.io/chatgpt-web/> **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. 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.22~ynh1 **Version incluse:** 2024.07.31~ynh1
**Démo:** <https://niek.github.io/chatgpt-web/> **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. - Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click.
**Versión proporcionada:** 2024.07.22~ynh1 **Versión proporcionada:** 2024.07.31~ynh1
**Demo:** <https://niek.github.io/chatgpt-web/> **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. - Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click.
**Versi terkirim:** 2024.07.22~ynh1 **Versi terkirim:** 2024.07.31~ynh1
**Demo:** <https://niek.github.io/chatgpt-web/> **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. - Code: ChatGPT-web recognizes and highlights code blocks and allows you to copy them with one click.
**分发版本:** 2024.07.22~ynh1 **分发版本:** 2024.07.31~ynh1
**演示:** <https://niek.github.io/chatgpt-web/> **演示:** <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.en = "ChatGPT web interface using the OpenAI API"
description.fr = "Interface Web ChatGPT utilisant l'API OpenAI" description.fr = "Interface Web ChatGPT utilisant l'API OpenAI"
version = "2024.07.22~ynh1" version = "2024.07.31~ynh1"
maintainers = [] maintainers = []
@ -41,8 +41,8 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/Niek/chatgpt-web/archive/9e68116f89a81ee2ebe746e77c4f4de336a03caa.tar.gz" url = "https://github.com/Niek/chatgpt-web/archive/4719b0dbaec8e18ff9007b2fd22bdcf286862484.tar.gz"
sha256 = "d4236fdf4f3c3bf8b86e53bea429afd87c184fc5be10bc0df17f1187af951986" sha256 = "157475a96cafc7bc7756418c70ab9d857486d9ce4f61ddb2cc3202377932344d"
autoupdate.upstream = "https://github.com/Niek/chatgpt-web" autoupdate.upstream = "https://github.com/Niek/chatgpt-web"
autoupdate.strategy = "latest_github_commit" autoupdate.strategy = "latest_github_commit"