mirror of
https://github.com/aljazceru/chatgpt-telegram-bot.git
synced 2026-01-08 15:35:44 +01:00
update to revChatGpt 0.0.33
This commit is contained in:
2
Pipfile
2
Pipfile
@@ -6,7 +6,7 @@ name = "pypi"
|
||||
[packages]
|
||||
requests = "*"
|
||||
python-telegram-bot = "==20.0a6"
|
||||
revchatgpt = "==0.0.31.5"
|
||||
revchatgpt = "==0.0.33"
|
||||
python-dotenv = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
37
Pipfile.lock
generated
37
Pipfile.lock
generated
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "b7ccbc40c4025f4e672d9bec554f6abc8e1419ca20969e70055001c6be13b649"
|
||||
"sha256": "d2a63e359a3cf92ea16df827f4afbaa9eb29734f79acdabce91e9e93646d78b8"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {
|
||||
@@ -26,11 +26,11 @@
|
||||
},
|
||||
"certifi": {
|
||||
"hashes": [
|
||||
"sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14",
|
||||
"sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382"
|
||||
"sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3",
|
||||
"sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"
|
||||
],
|
||||
"markers": "python_version >= '3.6'",
|
||||
"version": "==2022.9.24"
|
||||
"version": "==2022.12.7"
|
||||
},
|
||||
"charset-normalizer": {
|
||||
"hashes": [
|
||||
@@ -48,6 +48,21 @@
|
||||
"markers": "python_version >= '3.7'",
|
||||
"version": "==0.14.0"
|
||||
},
|
||||
"h2": {
|
||||
"hashes": [
|
||||
"sha256:03a46bcf682256c95b5fd9e9a99c1323584c3eec6440d379b9903d709476bc6d",
|
||||
"sha256:a83aca08fbe7aacb79fec788c9c0bac936343560ed9ec18b82a13a12c28d2abb"
|
||||
],
|
||||
"version": "==4.1.0"
|
||||
},
|
||||
"hpack": {
|
||||
"hashes": [
|
||||
"sha256:84a076fad3dc9a9f8063ccb8041ef100867b1878b25ef0ee63847a5d53818a6c",
|
||||
"sha256:fc41de0c63e687ebffde81187a948221294896f6bdc0ae2312708df339430095"
|
||||
],
|
||||
"markers": "python_full_version >= '3.6.1'",
|
||||
"version": "==4.0.0"
|
||||
},
|
||||
"httpcore": {
|
||||
"hashes": [
|
||||
"sha256:52c79095197178856724541e845f2db86d5f1527640d9254b5b8f6f6cebfdee6",
|
||||
@@ -64,6 +79,14 @@
|
||||
"markers": "python_version >= '3.7'",
|
||||
"version": "==0.23.1"
|
||||
},
|
||||
"hyperframe": {
|
||||
"hashes": [
|
||||
"sha256:0ec6bafd80d8ad2195c4f03aacba3a8265e57bc4cff261e802bf39970ed02a15",
|
||||
"sha256:ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914"
|
||||
],
|
||||
"markers": "python_full_version >= '3.6.1'",
|
||||
"version": "==6.0.1"
|
||||
},
|
||||
"idna": {
|
||||
"hashes": [
|
||||
"sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4",
|
||||
@@ -105,11 +128,11 @@
|
||||
},
|
||||
"revchatgpt": {
|
||||
"hashes": [
|
||||
"sha256:a6f454db5c1c192bc3479b3f44fec4e9c8bee3fdf750c8a9b13531970d9a39c4",
|
||||
"sha256:cdce9f63c7343411f96424abfe85bea4d94c65627f27dc7d04b5eff599032e7f"
|
||||
"sha256:18d8910a0448a9427485cea0d0788ccb13b10ecabcd6945ffc4329bc40f9859b",
|
||||
"sha256:748f8c1bf6e1c4d9517edc7422c1eaf460240a8060d9ddfec4eb754d5c195946"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==0.0.31.5"
|
||||
"version": "==0.0.33"
|
||||
},
|
||||
"rfc3986": {
|
||||
"extras": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# ChatGPT Telegram Bot
|
||||

|
||||
[](https://github.com/acheong08/ChatGPT)
|
||||
[](https://github.com/acheong08/ChatGPT)
|
||||
[](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)
|
||||
|
||||
Reference in New Issue
Block a user