-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathprompt.json
34 lines (34 loc) · 879 Bytes
/
prompt.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
34
{
"method": "POST",
"headers": {
"Authorization": "XXX",
"X-Request-Id": "XXX",
"Openai-Organization": "github-copilot",
"VScode-SessionId": "XXX",
"VScode-MachineId": "XXX",
"Editor-Version": "vscode/1.79.2",
"Editor-Plugin-Version": "copilot/1.92.177",
"OpenAI-Intent": "copilot-ghost"
},
"json": {
"prompt": "# Path: file3.py\n# Test prefix\n",
"suffix": "# Test suffix",
"max_tokens": 500,
"temperature": 0,
"top_p": 1,
"n": 1,
"stop": [
"\n"
],
"nwo": "XXX",
"stream": true,
"extra": {
"language": "python",
"next_indent": 0,
"trim_by_indentation": true,
"prompt_tokens": 12,
"suffix_tokens": 3
}
},
"timeout": 30000
}