返回提交历史
Modified
README.md
+4
-4
XFEstudio/gpt4free
best models (gpt4/3.5/search)
8f76adbf
代码差异
1 个文件
+4
-4
@@ -47,16 +47,16 @@ These sites will be reverse engineered but need account access:
47
47
48
48
## Best sites
49
49
#### gpt-4
50
- [`ora`](./ora/README.md)
51
- here is proof / test: [`ora`](./testing/ora_gpt4_proof.py)
50
- [`/ora`](./ora/README.md)
51
- here is proof / test: [`ora_gpt4_proof.py`](./testing/ora_gpt4_proof.py)
52
52
- why ?, no streaming compared to poe.com but u can send more than 1 message
53
53
54
54
#### gpt-3.5
55
- [`sqlchat`](./sqlchat/README.md)
55
- [`/sqlchat`](./sqlchat/README.md)
56
56
- why ? (streaming + you can give conversation history)
57
57
58
58
#### search
59
- [`phind`](./phind/README.md)
59
- [`/phind`](./phind/README.md)
60
60
- why ? its not sure if they use gpt, but rather claude but they have an amazing search and good reasonning model
61
61
62
62