diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-22 15:27:47 +0200 |
---|---|---|
committer | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-22 15:27:47 +0200 |
commit | 8f76adbf60cfba5a4a65cbb5fbfb6db95ba8539b (patch) | |
tree | 2301217880d930671b912531b1904c553a578531 | |
parent | best models (gpt4/3.5/search) (diff) | |
download | gpt4free-8f76adbf60cfba5a4a65cbb5fbfb6db95ba8539b.tar gpt4free-8f76adbf60cfba5a4a65cbb5fbfb6db95ba8539b.tar.gz gpt4free-8f76adbf60cfba5a4a65cbb5fbfb6db95ba8539b.tar.bz2 gpt4free-8f76adbf60cfba5a4a65cbb5fbfb6db95ba8539b.tar.lz gpt4free-8f76adbf60cfba5a4a65cbb5fbfb6db95ba8539b.tar.xz gpt4free-8f76adbf60cfba5a4a65cbb5fbfb6db95ba8539b.tar.zst gpt4free-8f76adbf60cfba5a4a65cbb5fbfb6db95ba8539b.zip |
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -47,16 +47,16 @@ These sites will be reverse engineered but need account access: ## Best sites #### gpt-4 -- [`ora`](./ora/README.md) -- here is proof / test: [`ora`](./testing/ora_gpt4_proof.py) +- [`/ora`](./ora/README.md) +- here is proof / test: [`ora_gpt4_proof.py`](./testing/ora_gpt4_proof.py) - why ?, no streaming compared to poe.com but u can send more than 1 message #### gpt-3.5 -- [`sqlchat`](./sqlchat/README.md) +- [`/sqlchat`](./sqlchat/README.md) - why ? (streaming + you can give conversation history) #### search -- [`phind`](./phind/README.md) +- [`/phind`](./phind/README.md) - why ? its not sure if they use gpt, but rather claude but they have an amazing search and good reasonning model |