Skip to content

Commit

Permalink
chore: minor change to tests (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jul 2, 2024
1 parent 01c5043 commit b8a33e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 64
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-3a69e1cc9e1efda3fb82d0fb35961749f886a87594dae9d8d2aa5c60f157f5d2.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-27d8d6da893c1cdd53b491ec05153df22b1e113965f253a1d6eb8d75b628173f.yml
2 changes: 1 addition & 1 deletion tests/api-resources/chat/completions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('resource completions', () => {
parallel_tool_calls: true,
presence_penalty: -2,
response_format: { type: 'json_object' },
seed: -9223372036854776000,
seed: -9007199254740991,
service_tier: 'auto',
stop: 'string',
stream: false,
Expand Down
2 changes: 1 addition & 1 deletion tests/api-resources/completions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('resource completions', () => {
max_tokens: 16,
n: 1,
presence_penalty: -2,
seed: -9223372036854776000,
seed: -9007199254740991,
stop: '\n',
stream: false,
stream_options: { include_usage: true },
Expand Down

0 comments on commit b8a33e3

Please sign in to comment.