diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-22 19:59:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-22 19:59:08 +0200 |
commit | b42264437a8253c11afe309209982baa6b45adcc (patch) | |
tree | 6dd6a52e0f175499cb362fedfb0183e694133fa4 | |
parent | banner (diff) | |
download | gpt4free-b42264437a8253c11afe309209982baa6b45adcc.tar gpt4free-b42264437a8253c11afe309209982baa6b45adcc.tar.gz gpt4free-b42264437a8253c11afe309209982baa6b45adcc.tar.bz2 gpt4free-b42264437a8253c11afe309209982baa6b45adcc.tar.lz gpt4free-b42264437a8253c11afe309209982baa6b45adcc.tar.xz gpt4free-b42264437a8253c11afe309209982baa6b45adcc.tar.zst gpt4free-b42264437a8253c11afe309209982baa6b45adcc.zip |
-rw-r--r-- | README.md | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -61,18 +61,10 @@ These sites will be reverse engineered but need account access: - [`/phind`](./phind/README.md) - why ? its not sure if they use gpt, but rather claude but they have an amazing search and good reasoning model +## Install +- download or clone this github repo -## Dependencies - -* websocket-client -* requests -* tls-client -* pypasser -* names -* colorama -* curl_cffi - -install with: +install requiremnts with: ```sh pip3 install -r requirements.txt ``` |