t.me/xtekky commited on
Commit
6681199
1 Parent(s): a03827c
Files changed (1) hide show
  1. README.md +16 -22
README.md CHANGED
@@ -16,8 +16,8 @@ By the way, thank you so much for `1.3k` stars and all the support !!
16
 
17
  ## Table of Contents
18
 
19
- - [Current Sites (No Authentication / Easy Account Creation)](#current-sites)
20
- - [Sites with Authentication (Will Reverse Engineer but Need Account Access)](#sites-with-authentication)
21
  - [Usage Examples]
22
  - [`quora (poe)`](./quora/README.md)
23
  - [`phind`](./phind/README.md)
@@ -29,27 +29,21 @@ By the way, thank you so much for `1.3k` stars and all the support !!
29
 
30
  ## Current Sites <a name="current-sites"></a>
31
 
32
- | Website | Model(s) |
33
- | -------------------------- | -------------------- |
34
- | [ora.sh](https://ora.sh) | GPT-3.5 / 4 |
35
- | [poe.com](https://poe.com) | GPT-4/3.5 |
36
- | [writesonic.com](https://writesonic.com)|GPT-3.5 / Internet|
37
- | [t3nsor.com](https://t3nsor.com)|GPT-3.5|
38
- | [you.com](https://you.com)|GPT-3.5 / Internet / good search|
39
- | [phind.com](https://phind.com)|GPT-4 / Internet / good search|
40
- | [sqlchat.ai](https://sqlchat.ai)|GPT-3.5|
 
 
 
 
 
41
 
42
- ## Sites with Authentication <a name="sites-with-authentication"></a>
43
-
44
- These sites will be reverse engineered but need account access:
45
-
46
- | Website | Model(s) |
47
- | --------------------------------------------------- | -------------- |
48
- | [chat.openai.com/chat](https://chat.openai.com/chat)| GPT-3.5 |
49
- | [bard.google.com](https://bard.google.com) | custom / search|
50
- | [bing.com/chat](https://bing.com/chat) | gpt-4/3.5 |
51
-
52
- ## Best sites
53
  #### gpt-4
54
  - [`/ora`](./ora/README.md)
55
  - here is proof / test: [`ora_gpt4_proof.py`](./testing/ora_gpt4_proof.py)
 
16
 
17
  ## Table of Contents
18
 
19
+ - [Current Sites](#current-sites)
20
+ - [Best Sites for gpt4](#best-sites)
21
  - [Usage Examples]
22
  - [`quora (poe)`](./quora/README.md)
23
  - [`phind`](./phind/README.md)
 
29
 
30
  ## Current Sites <a name="current-sites"></a>
31
 
32
+ | Website | Model(s) |
33
+ | ---------------------------------------------------- | ------------------------------- |
34
+ | [ora.sh](https://ora.sh) | GPT-3.5 / 4 |
35
+ | [poe.com](https://poe.com) | GPT-4/3.5 |
36
+ | [writesonic.com](https://writesonic.com) | GPT-3.5 / Internet |
37
+ | [t3nsor.com](https://t3nsor.com) | GPT-3.5 |
38
+ | [you.com](https://you.com) | GPT-3.5 / Internet / good search|
39
+ | [phind.com](https://phind.com) | GPT-4 / Internet / good search |
40
+ | [sqlchat.ai](https://sqlchat.ai) | GPT-3.5 |
41
+ | [chat.openai.com/chat](https://chat.openai.com/chat) | GPT-3.5 |
42
+ | [bard.google.com](https://bard.google.com) | custom / search |
43
+ | [bing.com/chat](https://bing.com/chat) | GPT-4/3.5 |
44
+
45
+ ## Best sites <a name="best-sites"></a>
46
 
 
 
 
 
 
 
 
 
 
 
 
47
  #### gpt-4
48
  - [`/ora`](./ora/README.md)
49
  - here is proof / test: [`ora_gpt4_proof.py`](./testing/ora_gpt4_proof.py)