https://github.com/greathayat/chat-widget
A simple chat widget to inject in your websites using a script tag
https://github.com/greathayat/chat-widget
chat-widget chatbot langchain widget
Last synced: about 1 year ago
JSON representation
A simple chat widget to inject in your websites using a script tag
- Host: GitHub
- URL: https://github.com/greathayat/chat-widget
- Owner: GreatHayat
- Created: 2023-06-05T19:50:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T20:42:12.000Z (about 3 years ago)
- Last Synced: 2025-03-27T02:39:14.735Z (about 1 year ago)
- Topics: chat-widget, chatbot, langchain, widget
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 13
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat Widget

A simple chat widget to inject in your websites using a script tag.
```
// not necessary
const chatConfig = {
token: "kZ2DFO7hVihqcaT12Igw",
};
initializeChatWidget(chatConfig);