-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtempllmos-basic.json
More file actions
38 lines (38 loc) · 1.24 KB
/
templlmos-basic.json
File metadata and controls
38 lines (38 loc) · 1.24 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
{
"models": [
{
"repository": "TheBloke/deepseek-coder-6.7B-instruct-GGUF",
"model": "deepseek-coder-6.7b-instruct.Q5_K_M.gguf",
"depsPrefix": "Given the following already defined functions:\n",
"prefix": "Write only browser JS, JavaScript, HTML and CSS. Document all function declarations using jsdoc.\n### Instruction:\n{deps}\n\n",
"suffix": "\n### Response:\n",
"libraryPrefix": "### Instruction:\nGenerate declared functions signature only using the following format `namespace.method = (params) // description`:\n```\n",
"librarySuffix": "\n```\n### Response:\n",
"stop": "```\n"
}
],
"partials": [
"chatgpt_os.json",
"chatgpt_filesystem.json",
"chatgpt_basic_registry.json",
"chatgpt_apps_presenter.json",
"chatgpt_apps_terminal.json"
],
"_partials": [
"os.json",
"filesystem.json",
"desktop.json",
"output.json",
"gui.json",
"registry.json",
"apps.json",
"development.json",
"games.json"
],
"skip": [
"chatgpt_desktop.json",
"chatgpt_gui.json",
"registry.json"
],
"definition": {}
}