t.me/xtekky commited on
Commit
9f9deb3
1 Parent(s): 493c37a

important note

Browse files
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -1,21 +1,22 @@
1
- working on it
2
 
 
3
 
4
- #### !! 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
5
 
6
- **current sites (no auth/easy acc creation) (some already on this repo, some I am working on):**
7
 
8
- - ora.sh (gpt 3.5)
9
- - nat.dev (paid now, looking for bypass) (gpt 4/3.5)
10
- - poe.com (gpt 4/3.5)
11
- - writesonic.com (gpt 3.5 / internet)
12
- - t3nsor.com (gpt 3.5)
13
 
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
 
 
1
+ # Free LLM Api's
2
 
3
+ **Important:** If you come across any website offering free language models, please create an issue or submit a pull request with the details. We will reverse engineer it and add it to this repository.
4
 
5
+ This repository contains reverse engineered language models from various sources. Some of these models are already available in the repo, while others are currently being worked on.
6
 
7
+ ### Current Sites (No Authentication / Easy Account Creation)
8
 
9
+ - [ora.sh](https://ora.sh) (GPT-3.5)
10
+ - [nat.dev](https://nat.dev) (Paid now, looking for bypass) (GPT-4/3.5)
11
+ - [poe.com](https://poe.com) (GPT-4/3.5)
12
+ - [writesonic.com](https://writesonic.com) (GPT-3.5 / Internet)
13
+ - [t3nsor.com](https://t3nsor.com) (GPT-3.5)
14
 
15
+ ### Sites with Authentication (Will Reverse Engineer but Need Account Access)
16
 
17
+ - [chat.openai.com/chat](https://chat.openai.com/chat)
18
+ - [bard.google.com](https://bard.google.com)
19
+ - [bing.com/chat](https://bing.com/chat)
20
 
21
  ### `poe` (use like openai pypi package) - gpt-4
22