-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 883 Bytes
/
package.json
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
{
"name": "scrimba-llm-coursera",
"version": "1.0.0",
"description": "LLM Course From Scrimba",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"coursera",
"llm",
"generative-ai",
"ai",
"ml",
"openai",
"openai-api",
"generativeai",
"scrimba",
"chatgpt",
"gpt",
"artificial-intelligence",
"machine-learning",
"ai-app"
],
"author": "Krishna Kumar Singh",
"license": "ISC",
"dependencies": {
"@huggingface/hub": "^0.15.1",
"@huggingface/inference": "^2.7.0",
"@supabase/supabase-js": "^2.44.2",
"@types/axios": "^0.14.0",
"@xenova/transformers": "^2.17.2",
"dotenv": "^16.4.5",
"groq-sdk": "^0.5.0",
"https-proxy-agent": "^7.0.5",
"langchain": "^0.2.8",
"llamaindex": "^0.4.6",
"openai": "^4.52.1"
}
}