From 43013e72cd535ebd6890a83d020fe16331eb7cbd Mon Sep 17 00:00:00 2001 From: ned Date: Thu, 8 Dec 2022 18:11:20 +0100 Subject: [PATCH] updated revChatGpt to 0.0.33.4 --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 0b552748..09610e55 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ name = "pypi" [packages] requests = "*" python-telegram-bot = "==20.0a6" -revchatgpt = "==0.0.33.3" +revchatgpt = "==0.0.33.4" python-dotenv = "*" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index 63f27748..84138437 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "cc62e45ff66895b1131b42057b42909db4cd9e5dd52c3dab17792ddc954c52be" + "sha256": "22905302a723713ab9e429efd88e6a6cc3fc1d6a0bff4e7452b8d1da1a32e3d3" }, "pipfile-spec": 6, "requires": { @@ -128,11 +128,11 @@ }, "revchatgpt": { "hashes": [ - "sha256:d5556c5f751dbff560aa5fb14f0a08d4c51ebb79370cb9cd432c10b8fcd80590", - "sha256:e4bfd85e86b4953282719c25fe02fd552816c69a2759337a42c32540644c6835" + "sha256:811a3b4532a72d7575c2fb10e73ba12c0c9160d91ae761f0d059840dcaf5b820", + "sha256:8565477c4b78cbd666c48ea817567bb7f5ddf56c667719156e17e5a9fe58b889" ], "index": "pypi", - "version": "==0.0.33.3" + "version": "==0.0.33.4" }, "rfc3986": { "extras": [ diff --git a/README.md b/README.md index 89e1e00e..7475a8e0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ChatGPT Telegram Bot ![python-version](https://img.shields.io/badge/python-3.10-blue.svg) -[![playwright-version](https://img.shields.io/badge/revChatGPT-0.0.33.3-green.svg)](https://github.com/acheong08/ChatGPT) +[![playwright-version](https://img.shields.io/badge/revChatGPT-0.0.33.4-green.svg)](https://github.com/acheong08/ChatGPT) [![license](https://img.shields.io/badge/License-GPL%202.0-brightgreen.svg)](LICENSE) A [Telegram bot](https://core.telegram.org/bots/api) that integrates with OpenAI's [ChatGPT](https://openai.com/blog/chatgpt/) to provide answers. Ready to use with minimal configuration required. Based on [acheong08/ChatGPT](https://github.com/acheong08/ChatGPT)