Skip to content

Commit 1216bbd

Browse files
committed
Addresses feedback.
1 parent 3d20f22 commit 1216bbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/_json_spec/inference.put_groq.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"inference.put_groq": {
33
"documentation": {
4-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-groq.html",
4+
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-inference-put-groq",
55
"description": "Configure a Groq inference endpoint"
66
},
77
"stability": "stable",

specification/inference/_types/CommonTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,7 @@ export class GroqServiceSettings {
15751575
api_key?: string
15761576
/**
15771577
* This setting helps to minimize the number of rate limit errors returned from the Groq API.
1578-
* By default, the `groq` service sets the number of requests allowed per minute to 200. Refer to Groq documentation for more details.
1578+
* By default, the `groq` service sets the number of requests allowed per minute to 1000. Refer to Groq documentation for more details.
15791579
* @ext_doc_id groq-rate-limit
15801580
*/
15811581
rate_limit?: RateLimitSetting

0 commit comments

Comments
 (0)