-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathterraphim_engineer_config_fixed.json
More file actions
59 lines (59 loc) · 1.7 KB
/
terraphim_engineer_config_fixed.json
File metadata and controls
59 lines (59 loc) · 1.7 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
{
"id": "Server",
"global_shortcut": "Ctrl+Shift+T",
"roles": {
"Default": {
"shortname": "Default",
"name": "Default",
"relevance_function": "title-scorer",
"terraphim_it": false,
"theme": "spacelab",
"kg": null,
"haystacks": [
{
"location": "docs/src",
"service": "Ripgrep",
"read_only": true,
"atomic_server_secret": null,
"extra_parameters": {}
}
],
"extra": {}
},
"Terraphim Engineer": {
"shortname": "TerraEng",
"name": "Terraphim Engineer",
"relevance_function": "terraphim-graph",
"terraphim_it": true,
"theme": "lumen",
"kg": {
"automata_path": null,
"knowledge_graph_local": {
"input_type": "markdown",
"path": "docs/src/kg"
},
"public": true,
"publish": true
},
"haystacks": [
{
"location": "docs/src",
"service": "Ripgrep",
"read_only": true,
"atomic_server_secret": null,
"extra_parameters": {}
}
],
"extra": {
"llm_provider": "openrouter",
"openrouter_api_key": "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",
"openrouter_model": "openai/gpt-3.5-turbo",
"openrouter_chat_enabled": true,
"openrouter_chat_model": "openai/gpt-3.5-turbo",
"openrouter_chat_system_prompt": "You are a helpful AI assistant that works with the Terraphim AI project. You help with Rust programming, knowledge graphs, and system architecture questions."
}
}
},
"default_role": "Terraphim Engineer",
"selected_role": "Terraphim Engineer"
}