We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d520316 commit a6a996dCopy full SHA for a6a996d
1 file changed
tests/test_oci_client.py
@@ -225,8 +225,7 @@ def test_config_file_auth(self):
225
if not compartment_id:
226
self.skipTest("OCI_COMPARTMENT_ID not set")
227
228
- # Use API_KEY_AUTH profile (DEFAULT may be session-based)
229
- profile = os.getenv("OCI_PROFILE", "API_KEY_AUTH")
+ profile = os.getenv("OCI_PROFILE", "DEFAULT")
230
client = cohere.OciClientV2(
231
oci_region="us-chicago-1",
232
oci_compartment_id=compartment_id,
@@ -284,7 +283,7 @@ def test_invalid_model(self):
284
283
285
286
287
288
289
290
0 commit comments