-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "bard-api-node",
"version": "2.1.0",
"description": "A Node.js library harnessing the power of Bard's Large Language Model (LLM) for seamless chat experiences and streamlined accessibility to Google's Gemini. Empower your applications with advanced conversational AI, leveraging Bard's LLM to answer questions, generate responses, facilitate coding tasks, and more.",
"main": "index.js",
"keywords": [
"node",
"library",
"Google",
"Bard",
"LLM",
"Gemini",
"Codenze",
"Gemini",
"AI",
"chat",
"conversational",
"digital assistant",
"chatbot",
"language model",
"accessibility",
"Gemini API",
"generative AI",
"multimodal",
"text generation",
"multi-turn conversations",
"embedding",
"JavaScript SDK",
"AI models",
"web development",
"NPM",
"npm install",
"Google AI SDK",
"API key"
],
"author": "Inzimam Zafar",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@google/generative-ai": "^0.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/codenze/bard-api-node"
},
"scripts": {
"postinstall": "echo 'Thank you for installing bard-api-node! If you find this library useful, please consider giving it a star on GitHub: https://github.com/codenze/bard-api-node'"
}
}