@openchatai/toolbar
v0.0.13
Published
an AI toolbar that places itself on top of the inputs or any set of elements spacified by the user
Downloads
182
Readme
@openchatai/toolbar
an AI toolbar that places itself on top of the inputs or any set of elements spacified by the user
Installation
Library
Embed Script
Script url =>https://unpkg.com/@openchatai/toolbar@latest/dist-embed/index.js
document.addEventListener("DOMContentLoaded", () => {
const manager = new ToolbarManager("textarea, input", "copilot_id");
manager.flush({
token: "opencopilot_token",
});
});