File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 20
20
<div align =" center " >
21
21
<img align =" center " src =" ./rasa_webchat.gif " alt =" demonstration " >
22
22
</div >
23
+ <br />
24
+
25
+ ### ⚠️ Version 1.0.1 of the rasa webchat is made to work with version 2.3.x and 2.4.x of rasa. Use 1.0.0 for other rasa versions.
26
+
27
+ <br />
23
28
24
29
## Features
25
30
- Text Messages
@@ -49,7 +54,8 @@ In your `<body/>`:
49
54
let e = document .createElement (" script" ),
50
55
t = document .head || document .getElementsByTagName (" head" )[0 ];
51
56
(e .src =
52
- " https://cdn.jsdelivr.net/npm/rasa-webchat/lib/index.js" ),
57
+ " https://cdn.jsdelivr.net/npm/rasa-webchat@1.x.x/lib/index.js" ),
58
+ // Replace 1.x.x with the version that you want
53
59
(e .async = ! 0 ),
54
60
(e .onload = () => {
55
61
window .WebChat .default (
@@ -283,4 +289,4 @@ Unless required by applicable law or agreed to in writing, software
283
289
distributed under the License is distributed on an "AS IS" BASIS,
284
290
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
285
291
See the License for the specific language governing permissions and
286
- limitations under the License.(C) 2021 Dialogue Technologies Inc. All rights reserved.
292
+ limitations under the License.(C) 2021 Dialogue Technologies Inc. All rights reserved.
You can’t perform that action at this time.
0 commit comments