summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authort.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-04-01 14:53:30 +0200
committerGitHub <noreply@github.com>2023-04-01 14:53:30 +0200
commit0853189aa01bbabf43827b43f1eab72227181b34 (patch)
tree3057fd9101a703644a0d72152aaa2a20f58ca690
parentMerge pull request #2 from QuartzWarrior/main-1 (diff)
downloadgpt4free-0853189aa01bbabf43827b43f1eab72227181b34.tar
gpt4free-0853189aa01bbabf43827b43f1eab72227181b34.tar.gz
gpt4free-0853189aa01bbabf43827b43f1eab72227181b34.tar.bz2
gpt4free-0853189aa01bbabf43827b43f1eab72227181b34.tar.lz
gpt4free-0853189aa01bbabf43827b43f1eab72227181b34.tar.xz
gpt4free-0853189aa01bbabf43827b43f1eab72227181b34.tar.zst
gpt4free-0853189aa01bbabf43827b43f1eab72227181b34.zip
-rw-r--r--README.md21
1 files changed, 19 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9ae549ff..a2bd633c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,21 @@
-working on it...
+working on it
+### !! important !!
+if you find any site that proposes free language models, make a suggestion and I will reverse engineer it and add it to this repo
+
+current sites (some already on this repo, some I am working on):
+
+- ora.sh (gpt 3.5)
+- nat.dev (paid now, looking for bypass) (gpt 4/3.5)
+- poe.com (gpt 4/3.5)
+- writesonic.com (gpt 3.5 / internet)
+- t3nsor.com (gpt 3.5)
+
+these sites are all accesible without auth
+sites with auth (will reverse but need account):
+
+- chat.openai.com/chat
+- bard.google.com
+- bing.com/chat
### `poe` (use like openai pypi package) - gpt-4
@@ -82,4 +99,4 @@ for response in t3nsor.StreamCompletion.create(
messages = []):
print(response.completion.choices[0].text)
-``` \ No newline at end of file
+```