-
Notifications
You must be signed in to change notification settings - Fork 184
Expand file tree
/
Copy pathstart_with_LLM_api.json
More file actions
65 lines (65 loc) · 1.22 KB
/
start_with_LLM_api.json
File metadata and controls
65 lines (65 loc) · 1.22 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"23": {
"inputs": {
"model_name": "deepseek-r1:14b",
"base_url": "",
"api_key": "",
"is_ollama": false
},
"class_type": "LLM_api_loader",
"_meta": {
"title": "☁️API LLM加载器"
}
},
"30": {
"inputs": {
"system_prompt": "你一个强大的人工智能助手。",
"user_prompt": "你好,帮我写一首古诗吧",
"temperature": 0.7,
"is_memory": "enable",
"is_tools_in_sys_prompt": "disable",
"is_locked": "disable",
"main_brain": "enable",
"max_length": 1920,
"imgbb_api_key": "",
"conversation_rounds": 100,
"historical_record": "",
"is_enable": true,
"stream": false,
"model": [
"23",
0
]
},
"class_type": "LLM",
"_meta": {
"title": "☁️API LLM通用链路"
}
},
"31": {
"inputs": {
"preview": "",
"source": [
"30",
0
]
},
"class_type": "PreviewAny",
"_meta": {
"title": "预览任意"
}
},
"32": {
"inputs": {
"preview": "",
"source": [
"30",
4
]
},
"class_type": "PreviewAny",
"_meta": {
"title": "预览任意"
}
}
}