summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authort.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-04-25 12:26:56 +0200
committerGitHub <noreply@github.com>2023-04-25 12:26:56 +0200
commitf236f0764e055b15e97f6b060aff04e7baf1be67 (patch)
treebea21b4a4cb6a2f15930c1143945b0d35fead111
parentfix for account creation (diff)
downloadgpt4free-f236f0764e055b15e97f6b060aff04e7baf1be67.tar
gpt4free-f236f0764e055b15e97f6b060aff04e7baf1be67.tar.gz
gpt4free-f236f0764e055b15e97f6b060aff04e7baf1be67.tar.bz2
gpt4free-f236f0764e055b15e97f6b060aff04e7baf1be67.tar.lz
gpt4free-f236f0764e055b15e97f6b060aff04e7baf1be67.tar.xz
gpt4free-f236f0764e055b15e97f6b060aff04e7baf1be67.tar.zst
gpt4free-f236f0764e055b15e97f6b060aff04e7baf1be67.zip
-rw-r--r--quora/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/quora/README.md b/quora/README.md
index fe9eed19..88f9ceb9 100644
--- a/quora/README.md
+++ b/quora/README.md
@@ -1,3 +1,8 @@
+#### warning !!!
+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.
+The normal non-driver api is also currently not very stable
+
+
### Example: `quora (poe)` (use like openai pypi package) - GPT-4 <a name="example-poe"></a>
```python
@@ -60,4 +65,4 @@ poe.chat('who won the football world cup most?')
# new bot creation
poe.create_bot('new_bot_name', prompt='You are new test bot', base_model='gpt-3.5-turbo')
-``` \ No newline at end of file
+```