File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments