t.me/xtekky
commited on
Commit
•
0853189
1
Parent(s):
6776087
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,21 @@
|
|
1 |
-
working on it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
### `poe` (use like openai pypi package) - gpt-4
|
4 |
|
@@ -82,4 +99,4 @@ for response in t3nsor.StreamCompletion.create(
|
|
82 |
messages = []):
|
83 |
|
84 |
print(response.completion.choices[0].text)
|
85 |
-
```
|
|
|
1 |
+
working on it
|
2 |
+
### !! important !!
|
3 |
+
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
|
4 |
+
|
5 |
+
current sites (some already on this repo, some I am working on):
|
6 |
+
|
7 |
+
- ora.sh (gpt 3.5)
|
8 |
+
- nat.dev (paid now, looking for bypass) (gpt 4/3.5)
|
9 |
+
- poe.com (gpt 4/3.5)
|
10 |
+
- writesonic.com (gpt 3.5 / internet)
|
11 |
+
- t3nsor.com (gpt 3.5)
|
12 |
+
|
13 |
+
these sites are all accesible without auth
|
14 |
+
sites with auth (will reverse but need account):
|
15 |
+
|
16 |
+
- chat.openai.com/chat
|
17 |
+
- bard.google.com
|
18 |
+
- bing.com/chat
|
19 |
|
20 |
### `poe` (use like openai pypi package) - gpt-4
|
21 |
|
|
|
99 |
messages = []):
|
100 |
|
101 |
print(response.completion.choices[0].text)
|
102 |
+
```
|