Skip to content

Commit 2e12bd1

Browse files
feat(api): api update
1 parent 61a9e99 commit 2e12bd1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
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
44
config_hash: 6b1c374dcc1ffa3165dd22f52a77ff89

src/resources/chat/completions.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,9 +1496,9 @@ export interface ChatCompletionCreateParamsBase {
14961496
exclude_domains?: Array<string> | null;
14971497

14981498
/**
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.
15021502
*/
15031503
frequency_penalty?: number | null;
15041504

@@ -1581,9 +1581,9 @@ export interface ChatCompletionCreateParamsBase {
15811581
parallel_tool_calls?: boolean | null;
15821582

15831583
/**
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.
15871587
*/
15881588
presence_penalty?: number | null;
15891589

0 commit comments

Comments
 (0)