-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
49 lines (49 loc) · 1.12 KB
/
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
41
42
43
44
45
46
47
48
49
{
"name": "deepseek-azure-javascript",
"version": "0.0.0",
"description": "Demonstrate how to use DeepSeek-R1 models GitHub Models, Azure or Ollama",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/sinedied/deepseek-azure-javascript"
},
"scripts": {},
"keywords": [
"github-models",
"azure",
"openai",
"langchain",
"generative ai",
"ai",
"samples",
"llm",
"deepseek"
],
"author": {
"name": "Yohan Lasorsa",
"url": "https://github.com/sinedied"
},
"homepage": "https://github.com/sinedied/deepseek-azure-javascript",
"bugs": {
"url": "https://github.com/sinedied/deepseek-azure-javascript/issues"
},
"license": "MIT",
"dependencies": {
"@azure-rest/ai-inference": "^1.0.0-beta.5",
"@azure/core-auth": "^1.9.0",
"@azure/core-sse": "^2.1.3",
"@langchain/openai": "^0.4.2",
"dotenv": "^16.4.7",
"langchain": "^0.3.15",
"llamaindex": "^0.8.31",
"openai": "^4.52.7"
},
"devDependencies": {
"tsx": "^4.19.2"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
}
}