-
Notifications
You must be signed in to change notification settings - Fork 0
/
import_map.json
33 lines (33 loc) · 1.47 KB
/
import_map.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
{
"imports": {
"@/": "./src/",
"@std/url": "https://deno.land/std@0.224.0/url/mod.ts",
"@std/fs": "https://deno.land/std@0.224.0/fs/mod.ts",
"@std/path": "https://deno.land/std@0.224.0/path/mod.ts",
"@std/streams": "https://deno.land/std@0.224.0/streams/mod.ts",
"@std/node/child_process": "https://deno.land/std@0.224.0/node/child_process.ts",
"@std/node/buffer": "https://deno.land/std@0.224.0/node/buffer.ts",
"@std/assert": "jsr:@std/assert@1",
"@std/io": "jsr:@std/io@1",
"axios": "https://deno.land/x/axiod/mod.ts",
"dotenv": "https://deno.land/x/dotenv@v3.2.0/mod.ts",
"unified": "npm:unified",
"remark": "npm:remark",
"remark-parse": "npm:remark-parse",
"remark-stringify": "npm:remark-stringify",
"langchain": "npm:/langchain@0.1.1",
"langchain/": "npm:/langchain@0.1.1/",
"@langchain/openai": "npm:/@langchain/openai@0.0.10",
"@langchain/openai/": "npm:/@langchain/openai@0.0.10/",
"@langchain/core": "npm:/@langchain/core@0.1.10",
"@langchain/core/": "npm:/@langchain/core@0.1.10/",
"dotenv/config": "npm:/dotenv/config",
"ignore": "npm:/ignore",
"pdf-parse": "npm:/pdf-parse",
"ml-distance": "npm:/ml-distance",
"fluent-ffmpeg": "https://deno.land/x/fluent_ffmpeg@0.0.1/mod.ts",
"@openai": "https://deno.land/x/openai@v4.66.1/mod.ts",
"@openai/parser": "https://deno.land/x/openai@v4.66.1/lib/parser.ts",
"@openai/audio": "https://api.openai.com/v1/audio/synthesize"
}
}