Skip to content

Commit bf39ef9

Browse files
committed
Addresses feedback.
1 parent a3d1e92 commit bf39ef9

File tree

4 files changed

+6
-20
lines changed

4 files changed

+6
-20
lines changed

specification/inference/_types/CommonTypes.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,6 @@ export class GroqServiceSettings {
15821582
}
15831583

15841584
export enum GroqTaskType {
1585-
completion,
15861585
chat_completion
15871586
}
15881587

specification/inference/_types/TaskType.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ export enum TaskTypeGoogleVertexAI {
118118
}
119119

120120
export enum TaskTypeGroq {
121-
completion,
122121
chat_completion
123122
}
124123

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# summary:
2-
description: Run `PUT _inference/completion/groq-completion` to create a Groq inference endpoint that performs a `completion` task.
3-
method_request: 'PUT _inference/completion/groq-completion'
2+
description:
3+
Run `PUT _inference/chat_completion/groq-chat-completion` to create a Groq inference endpoint that performs a
4+
`chat_completion` task.
5+
method_request: 'PUT _inference/chat_completion/groq-chat-completion'
46
# type: "request"
57
value: |-
68
{
79
"service": "groq",
810
"service_settings": {
9-
"model_id": "llama-3.3-70b-versatile",
10-
"api_key": "groq-api-key"
11+
"api_key": "groq-api-key",
12+
"model_id": "llama-3.3-70b-versatile"
1113
}
1214
}

specification/inference/put_groq/examples/request/PutGroqRequestExample2.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)