t.me/xtekky commited on
Commit
310ae52
1 Parent(s): 77006dd

new best models

Browse files
Files changed (1) hide show
  1. README.md +6 -10
README.md CHANGED
@@ -55,18 +55,14 @@ By the way, thank you so much for `2k` stars and all the support!!
55
  ## Best sites <a name="best-sites"></a>
56
 
57
  #### gpt-4
58
- - [`/ora`](./ora/README.md)
59
- - here is proof / test: [`ora_gpt4_proof.py`](./testing/ora_gpt4_proof.py)
60
- - why ?, no streaming compared to poe.com but u can send more than 1 message
61
- - update: you need to use session token now and there is a limit, accounts are only google so no creator for now
62
 
63
  #### gpt-3.5
64
- - [`/sqlchat`](./sqlchat/README.md)
65
- - why ? (streaming + you can give conversation history)
66
-
67
- #### search
68
- - [`/phind`](./phind/README.md)
69
- - why ? its not sure if they use gpt, but rather claude but they have an amazing search and good reasoning model
70
 
71
  ## Install <a name="install"></a>
72
  - download or clone this GitHub repo
 
55
  ## Best sites <a name="best-sites"></a>
56
 
57
  #### gpt-4
58
+ - [`/phind`](./ora/README.md)
59
+ - pro: only stable gpt-4 with streaming ( no limit )
60
+ - contra: weird backend prompting
61
+ - why not `ora` anymore ? gpt-4 requires login + limited
62
 
63
  #### gpt-3.5
64
+ - [`/ora`](./ora/README.md)
65
+ - only stable api at the moment ( for gpt-3.5, gpt-4 is dead)
 
 
 
 
66
 
67
  ## Install <a name="install"></a>
68
  - download or clone this GitHub repo