We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05b762 commit ae5f3dcCopy full SHA for ae5f3dc
README.md
@@ -8,6 +8,11 @@ With this extension you won't need to pay anything to third party except OpenAI
8
* At the moment Polling workflow is supported only.
9
* Account at https://platform.openai.com/docs/overview
10
11
+## How to make UI snappy by delegating Rest API calls to background workers?
12
+
13
+* Install https://github.com/LiveHelperChat/lhc-php-resque
14
+* Modify Bot triggers and where you see `Rest APi` call response check `Send Rest API Call in the background if we are not already in it`.
15
16
## Install
17
18
After clone or download put it under
0 commit comments