-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdfx.json
More file actions
27 lines (27 loc) · 649 Bytes
/
Copy pathdfx.json
File metadata and controls
27 lines (27 loc) · 649 Bytes
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
{
"canisters": {
"defai_backend": {
"main": "src/defai_backend/main.mo",
"type": "motoko"
},
"llm": {
"type": "custom",
"wasm": "https://github.com/dfinity/llm/releases/latest/download/llm-canister-ollama.wasm",
"candid": "https://github.com/dfinity/llm/releases/latest/download/llm-canister-ollama.did",
"specified_id": "w36hm-eqaaa-aaaal-qr76a-cai",
"remote": {
"id": {
"ic": "w36hm-eqaaa-aaaal-qr76a-cai"
}
}
}
},
"defaults": {
"build": {
"args": "",
"packtool": "mops sources"
}
},
"output_env_file": ".env",
"version": 1
}