t.me/xtekky commited on
Commit
8f76adb
1 Parent(s): a67ffd8

best models (gpt4/3.5/search)

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -47,16 +47,16 @@ These sites will be reverse engineered but need account access:
47
 
48
  ## Best sites
49
  #### gpt-4
50
- - [`ora`](./ora/README.md)
51
- - here is proof / test: [`ora`](./testing/ora_gpt4_proof.py)
52
  - why ?, no streaming compared to poe.com but u can send more than 1 message
53
 
54
  #### gpt-3.5
55
- - [`sqlchat`](./sqlchat/README.md)
56
  - why ? (streaming + you can give conversation history)
57
 
58
  #### search
59
- - [`phind`](./phind/README.md)
60
  - why ? its not sure if they use gpt, but rather claude but they have an amazing search and good reasonning model
61
 
62
 
 
47
 
48
  ## Best sites
49
  #### gpt-4
50
+ - [`/ora`](./ora/README.md)
51
+ - here is proof / test: [`ora_gpt4_proof.py`](./testing/ora_gpt4_proof.py)
52
  - why ?, no streaming compared to poe.com but u can send more than 1 message
53
 
54
  #### gpt-3.5
55
+ - [`/sqlchat`](./sqlchat/README.md)
56
  - why ? (streaming + you can give conversation history)
57
 
58
  #### search
59
+ - [`/phind`](./phind/README.md)
60
  - why ? its not sure if they use gpt, but rather claude but they have an amazing search and good reasonning model
61
 
62