File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5050]
5151
5252ENVIRONMENTS : Dict [str , str ] = {
53- "production" : "https://api-alpha -o3gxj3oajfu.cleanlab.ai" ,
54- "staging" : "https://api-alpha -staging-o3gxj3oajfu.cleanlab.ai" ,
53+ "production" : "https://api-codex -o3gxj3oajfu.cleanlab.ai" ,
54+ "staging" : "https://api-codex -staging-o3gxj3oajfu.cleanlab.ai" ,
5555 "local" : "http://localhost:8080" ,
5656}
5757
Original file line number Diff line number Diff line change @@ -522,7 +522,7 @@ def test_base_url_env(self) -> None:
522522 Codex (_strict_response_validation = True , environment = "production" )
523523
524524 client = Codex (base_url = None , _strict_response_validation = True , environment = "production" )
525- assert str (client .base_url ).startswith ("https://api-alpha -o3gxj3oajfu.cleanlab.ai" )
525+ assert str (client .base_url ).startswith ("https://api-codex -o3gxj3oajfu.cleanlab.ai" )
526526
527527 @pytest .mark .parametrize (
528528 "client" ,
@@ -1263,7 +1263,7 @@ def test_base_url_env(self) -> None:
12631263 AsyncCodex (_strict_response_validation = True , environment = "production" )
12641264
12651265 client = AsyncCodex (base_url = None , _strict_response_validation = True , environment = "production" )
1266- assert str (client .base_url ).startswith ("https://api-alpha -o3gxj3oajfu.cleanlab.ai" )
1266+ assert str (client .base_url ).startswith ("https://api-codex -o3gxj3oajfu.cleanlab.ai" )
12671267
12681268 @pytest .mark .parametrize (
12691269 "client" ,
You can’t perform that action at this time.
0 commit comments