diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-05-04 20:13:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 20:13:58 +0200 |
commit | e865fcbc5acc55cb5301c06be5310dc1ea0b406b (patch) | |
tree | 9868ac81403c2f15f3731ce0d91d9a83ffa549bd /pyproject.toml | |
parent | 🔨 update(theb/__init__.py): add get_response method to Completion class (diff) | |
parent | Merge pull request #441 from hamza1312/main (diff) | |
download | gpt4free-e865fcbc5acc55cb5301c06be5310dc1ea0b406b.tar gpt4free-e865fcbc5acc55cb5301c06be5310dc1ea0b406b.tar.gz gpt4free-e865fcbc5acc55cb5301c06be5310dc1ea0b406b.tar.bz2 gpt4free-e865fcbc5acc55cb5301c06be5310dc1ea0b406b.tar.lz gpt4free-e865fcbc5acc55cb5301c06be5310dc1ea0b406b.tar.xz gpt4free-e865fcbc5acc55cb5301c06be5310dc1ea0b406b.tar.zst gpt4free-e865fcbc5acc55cb5301c06be5310dc1ea0b406b.zip |
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 83df5dc5..37ec92d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "openai-rev" +name = "gpt4free" version = "0.1.0" description = "" authors = [] |