@gauravrathod674/super-customizable-chatbot 0.5.49 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@ A highly customizable, performant, and intelligent React chatbot component. Drop
10
10
 
11
11
  Here’s how beautiful and functional this chatbot can look in your React app:
12
12
 
13
- [![Watch the Demo on YouTube](https://github.com/gauravRathod674/custom-chatbot/raw/main/image.png)](https://youtu.be/F8KLmFdN7wE?si=qD5w6proq_iC15hd)
13
+ [![Watch the Demo on YouTube](https://github.com/gauravRathod674/custom-chatbot/raw/main/demo_chatbot.png)](https://youtu.be/F8KLmFdN7wE?si=qD5w6proq_iC15hd)
14
14
 
15
15
  🔗 [Watch the full video on YouTube](https://youtu.be/F8KLmFdN7wE?si=qD5w6proq_iC15hd)
16
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gauravrathod674/super-customizable-chatbot",
3
3
  "private": false,
4
- "version": "0.5.49",
4
+ "version": "1.0.0",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "description": "A highly customizable React chatbot component with support for Gemini, OpenAI, Anthropic, and Groq APIs.",