Update README.md

このコミットが含まれているのは:
t.me/xtekky 2023-04-01 14:53:30 +02:00 committed by GitHub
コミット 0853189aa0
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更19行の追加2行の削除

ファイルの表示

@ -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)
```
```