Commit 4826fe9d

stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2024-07-03 03:50:24
chore: minor change to tests (#1521)
1 parent 1c59013
Changed files (3)
tests/api_resources/chat/test_completions.py
@@ -59,7 +59,7 @@ class TestCompletions:
             parallel_tool_calls=True,
             presence_penalty=-2,
             response_format={"type": "json_object"},
-            seed=-9223372036854776000,
+            seed=-9007199254740991,
             service_tier="auto",
             stop="string",
             stream=False,
@@ -176,7 +176,7 @@ class TestCompletions:
             parallel_tool_calls=True,
             presence_penalty=-2,
             response_format={"type": "json_object"},
-            seed=-9223372036854776000,
+            seed=-9007199254740991,
             service_tier="auto",
             stop="string",
             stream_options={"include_usage": True},
@@ -295,7 +295,7 @@ class TestAsyncCompletions:
             parallel_tool_calls=True,
             presence_penalty=-2,
             response_format={"type": "json_object"},
-            seed=-9223372036854776000,
+            seed=-9007199254740991,
             service_tier="auto",
             stop="string",
             stream=False,
@@ -412,7 +412,7 @@ class TestAsyncCompletions:
             parallel_tool_calls=True,
             presence_penalty=-2,
             response_format={"type": "json_object"},
-            seed=-9223372036854776000,
+            seed=-9007199254740991,
             service_tier="auto",
             stop="string",
             stream_options={"include_usage": True},
tests/api_resources/test_completions.py
@@ -38,7 +38,7 @@ class TestCompletions:
             max_tokens=16,
             n=1,
             presence_penalty=-2,
-            seed=-9223372036854776000,
+            seed=-9007199254740991,
             stop="\n",
             stream=False,
             stream_options={"include_usage": True},
@@ -98,7 +98,7 @@ class TestCompletions:
             max_tokens=16,
             n=1,
             presence_penalty=-2,
-            seed=-9223372036854776000,
+            seed=-9007199254740991,
             stop="\n",
             stream_options={"include_usage": True},
             suffix="test.",
@@ -160,7 +160,7 @@ class TestAsyncCompletions:
             max_tokens=16,
             n=1,
             presence_penalty=-2,
-            seed=-9223372036854776000,
+            seed=-9007199254740991,
             stop="\n",
             stream=False,
             stream_options={"include_usage": True},
@@ -220,7 +220,7 @@ class TestAsyncCompletions:
             max_tokens=16,
             n=1,
             presence_penalty=-2,
-            seed=-9223372036854776000,
+            seed=-9007199254740991,
             stop="\n",
             stream_options={"include_usage": True},
             suffix="test.",
.stats.yml
@@ -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