@gauravrathod674/super-customizable-chatbot 0.5.1 → 0.5.2
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.
- package/README.md +1 -2
- package/package.json +35 -1
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,44 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gauravrathod674/super-customizable-chatbot",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.2",
|
|
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.",
|
|
8
|
+
"keywords": [
|
|
9
|
+
"super customizable chatbot",
|
|
10
|
+
"react chatbot",
|
|
11
|
+
"ai chatbot",
|
|
12
|
+
"google gemini chatbot",
|
|
13
|
+
"gemini ai chatbot",
|
|
14
|
+
"openai chatbot",
|
|
15
|
+
"claude chatbot",
|
|
16
|
+
"anthropic chatbot",
|
|
17
|
+
"groq chatbot",
|
|
18
|
+
"multi api chatbot",
|
|
19
|
+
"chatbot component",
|
|
20
|
+
"react ai component",
|
|
21
|
+
"react chatbot component",
|
|
22
|
+
"chatbot npm package",
|
|
23
|
+
"chatbot github",
|
|
24
|
+
"chatbot theming",
|
|
25
|
+
"chatbot ui customization",
|
|
26
|
+
"customizable chatbot ui",
|
|
27
|
+
"chatbot with speech-to-text",
|
|
28
|
+
"voice chatbot",
|
|
29
|
+
"chatbot with file upload",
|
|
30
|
+
"file upload chatbot",
|
|
31
|
+
"chatbot for react projects",
|
|
32
|
+
"react chat widget",
|
|
33
|
+
"react chat modal",
|
|
34
|
+
"typing animation chatbot",
|
|
35
|
+
"markdown chatbot",
|
|
36
|
+
"accessible chatbot",
|
|
37
|
+
"gemini-1.5-flash chatbot",
|
|
38
|
+
"gpt-4o chatbot",
|
|
39
|
+
"claude-3-haiku chatbot",
|
|
40
|
+
"llama3 chatbot"
|
|
41
|
+
],
|
|
8
42
|
"scripts": {
|
|
9
43
|
"dev": "vite",
|
|
10
44
|
"build": "vite build",
|