An Open-source Chatbox Widget For Website with ChatGPT integration
Demo: https://openaivn.github.io/oav-chatbox/
Start project for develoment
npm start
Build the project
npm run build
- oav-info
- oav-chat-widget
- oav-chat-button
Copy the following code, embed into your website
Auto inject, just paste code with attribute: data-botscript="autoInject"
<!-- head: just only insert lib -->
<script type="text/javascript" data-botscript="autoInject" data-name="cooing-aquamarine-dormouse" src="https://openaivn.github.io/oav-chatbox/js/oav-chatbox-latest.js" async></script>
Using custom elements: oav-chat-widget
<!-- head: insert lib -->
<script type="text/javascript" src="https://openaivn.github.io/oav-chatbox/js/oav-chatbox-latest.js" async></script>
<!-- body: embed -->
<oav-chat-widget name="demo" active="true"></oav-chat-widget>
Using custom elements: oav-chat-button
<!-- head: insert lib -->
<script type="text/javascript" src="https://openaivn.github.io/oav-chatbox/js/oav-chatbox-latest.js" async></script>
<!-- body: embed -->
<oav-chat-button name="demo" active="true">TURN ON</oav-chat-button>
Join us on social networks!
MIT License
Copyright (c) 2023 OpenAI Vietnam