t.me/xtekky
commited on
poe.com update
Browse files- quora/README.md +6 -1
quora/README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
### Example: `quora (poe)` (use like openai pypi package) - GPT-4 <a name="example-poe"></a>
|
2 |
|
3 |
```python
|
@@ -60,4 +65,4 @@ poe.chat('who won the football world cup most?')
|
|
60 |
# new bot creation
|
61 |
poe.create_bot('new_bot_name', prompt='You are new test bot', base_model='gpt-3.5-turbo')
|
62 |
|
63 |
-
```
|
|
|
1 |
+
#### warning !!!
|
2 |
+
poe.com added security and can detect if you are making automated requests. You may get your account banned if you are using this api.
|
3 |
+
The normal non-driver api is also currently not very stable
|
4 |
+
|
5 |
+
|
6 |
### Example: `quora (poe)` (use like openai pypi package) - GPT-4 <a name="example-poe"></a>
|
7 |
|
8 |
```python
|
|
|
65 |
# new bot creation
|
66 |
poe.create_bot('new_bot_name', prompt='You are new test bot', base_model='gpt-3.5-turbo')
|
67 |
|
68 |
+
```
|