summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--requirements.txt6
-rw-r--r--setup.py2
3 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 086fc427..12ddcfd1 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
By using this repository or any code related to it, you agree to the [legal notice](./LEGAL_NOTICE.md). The author is not responsible for any copies, forks, reuploads made by other users, or anything else related to gpt4free. This is the author's only account and repository. To prevent impersonation or irresponsible actions, please comply with the GNU GPL license this Repository uses.
### New
+- official website: *https://g4f.ai*
- pypi package:
@@ -541,7 +542,8 @@ for message in response:
## Contributors
A list of the contributors is available [here](https://github.com/xtekky/gpt4free/graphs/contributors)
-The [`Vercel.py`](https://github.com/xtekky/gpt4free/blob/main/g4f/Provider/Vercel.py) file contains code from [vercel-llm-api](https://github.com/ading2210/vercel-llm-api) by [@ading2210](https://github.com/ading2210), which is licenced under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.txt)
+The [`Vercel.py`](https://github.com/xtekky/gpt4free/blob/main/g4f/Provider/Vercel.py) file contains code from [vercel-llm-api](https://github.com/ading2210/vercel-llm-api) by [@ading2210](https://github.com/ading2210), which is licenced under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.txt)
+Top 1 Contributor: [@hlohaus](https://github.com/hlohaus)
## Copyright
diff --git a/requirements.txt b/requirements.txt
index 0bc92757..257963ca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,4 +8,8 @@ websockets
js2py
flask
flask-cors
-typing-extensions \ No newline at end of file
+typing-extensions
+transformers
+PyExecJS
+tensorflow
+torch
diff --git a/setup.py b/setup.py
index 74210b69..ae05333b 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ with open("requirements.txt") as f:
with open("interference/requirements.txt") as f:
api_required = f.read().splitlines()
-VERSION = '0.0.3.4'
+VERSION = '0.1.3.5'
DESCRIPTION = (
"The official gpt4free repository | various collection of powerful language models"
)