diff --git a/README.md b/README.md index 7c9e4eb..5700b6f 100644 --- a/README.md +++ b/README.md @@ -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.18~ynh1 +**Shipped version:** 2024.07.22~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 473e142..09ef906 100644 --- a/README_es.md +++ b/README_es.md @@ -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.18~ynh1 +**Versión actual:** 2024.07.22~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index ae571e5..4e1995a 100644 --- a/README_eu.md +++ b/README_eu.md @@ -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.18~ynh1 +**Paketatutako bertsioa:** 2024.07.22~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 9f6b5f9..afc37f7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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.18~ynh1 +**Version incluse :** 2024.07.22~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 11272ab..83c4c91 100644 --- a/README_gl.md +++ b/README_gl.md @@ -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.18~ynh1 +**Versión proporcionada:** 2024.07.22~ynh1 **Demo:** diff --git a/README_id.md b/README_id.md index c1cdba6..07ad0a1 100644 --- a/README_id.md +++ b/README_id.md @@ -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 terkirim:** 2024.07.18~ynh1 +**Versi terkirim:** 2024.07.22~ynh1 **Demo:** @@ -46,7 +46,7 @@ ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use ## Dokumentasi dan sumber daya - Website aplikasi resmi: -- Repositori kode aplikasi hulu: +- Depot kode aplikasi hulu: - Gudang YunoHost: - Laporkan bug: diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 8a532e2..0161328 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -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.18~ynh1 +**分发版本:** 2024.07.22~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 982bb9f..259c15a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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.18~ynh1" +version = "2024.07.22~ynh1" maintainers = [] @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/Niek/chatgpt-web/archive/471ef544c95a6ddfb63837cb6e3fdc373c5330e7.tar.gz" - sha256 = "bcd71c516b800c12ea97f487715ca77a631d6428d10b7b6035d0f567343bc8b2" + url = "https://github.com/Niek/chatgpt-web/archive/9e68116f89a81ee2ebe746e77c4f4de336a03caa.tar.gz" + sha256 = "d4236fdf4f3c3bf8b86e53bea429afd87c184fc5be10bc0df17f1187af951986" autoupdate.upstream = "https://github.com/Niek/chatgpt-web" autoupdate.strategy = "latest_github_commit"