File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 17
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/groqcloud%2Fgroqcloud-5e252fe47b07065677cacccc37e7c481164400596c65a11e8d2b0c474587d4ea .yml
3
- openapi_spec_hash : 2193160ecbc3670a87a83af8f47550ae
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/groqcloud%2Fgroqcloud-7b30a76357bf665ea0e09e88a4ad7ba5cc84f575df8f946e713e280a105f80a1 .yml
3
+ openapi_spec_hash : 5c5b5381c30d2d382c79839f5c5fe84b
4
4
config_hash : 6b1c374dcc1ffa3165dd22f52a77ff89
Original file line number Diff line number Diff line change @@ -1496,9 +1496,9 @@ export interface ChatCompletionCreateParamsBase {
1496
1496
exclude_domains ?: Array < string > | null ;
1497
1497
1498
1498
/**
1499
- * Number between -2.0 and 2.0. Positive values penalize new tokens based on their
1500
- * existing frequency in the text so far, decreasing the model's likelihood to
1501
- * repeat the same line verbatim.
1499
+ * This is not yet supported by any of our models. Number between -2.0 and 2.0.
1500
+ * Positive values penalize new tokens based on their existing frequency in the
1501
+ * text so far, decreasing the model's likelihood to repeat the same line verbatim.
1502
1502
*/
1503
1503
frequency_penalty ?: number | null ;
1504
1504
@@ -1581,9 +1581,9 @@ export interface ChatCompletionCreateParamsBase {
1581
1581
parallel_tool_calls ?: boolean | null ;
1582
1582
1583
1583
/**
1584
- * Number between -2.0 and 2.0. Positive values penalize new tokens based on
1585
- * whether they appear in the text so far, increasing the model's likelihood to
1586
- * talk about new topics.
1584
+ * This is not yet supported by any of our models. Number between -2.0 and 2.0.
1585
+ * Positive values penalize new tokens based on whether they appear in the text so
1586
+ * far, increasing the model's likelihood to talk about new topics.
1587
1587
*/
1588
1588
presence_penalty ?: number | null ;
1589
1589
You can’t perform that action at this time.
0 commit comments