-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Expand file tree
/
Copy pathGetChatCompletions_MaximumSet_Gen.json
More file actions
69 lines (69 loc) · 1.5 KB
/
GetChatCompletions_MaximumSet_Gen.json
File metadata and controls
69 lines (69 loc) · 1.5 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
66
67
68
69
{
"title": "maximum set chat completion",
"operationId": "GetChatCompletions",
"parameters": {
"api-version": "2024-04-01-preview",
"extra-parameters": "error",
"azureml-model-deployment": "ucrufeucw",
"body": {
"extras": {
"key4009": "guzqcyes"
},
"messages": [
{
"role": "ChatRequestMessage"
}
],
"frequency_penalty": 1,
"presence_penalty": 0,
"temperature": 0,
"top_p": 0,
"max_tokens": 0,
"response_format": {
"type": "ChatCompletionsResponseFormat"
},
"stop": [
"eztyfqipgwftuccuiyjmylrfqlf"
],
"stream": true,
"tools": [
{
"type": "ChatCompletionsToolDefinition"
}
],
"seed": 6
}
},
"responses": {
"200": {
"body": {
"id": "dcg",
"object": "wivjwjboly",
"created": 19,
"model": "qldstnckyzhqgwmtprnuabvo",
"choices": [
{
"index": 4,
"message": {
"role": "system",
"content": "vuvdcwlbndzfi",
"tool_calls": [
{
"type": "ChatCompletionsToolCall",
"id": "mflczsywc"
}
]
},
"finish_reason": "stop"
}
],
"usage": {
"capacity_type": "usage",
"completion_tokens": 5,
"prompt_tokens": 5,
"total_tokens": 16
}
}
}
}
}