Skip to content

Commit a199324

Browse files
chore: rebuild project due to codegen change (#378)
1 parent b296293 commit a199324

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ import os
2828
from openlayer import Openlayer
2929

3030
client = Openlayer(
31-
# This is the default and can be omitted
32-
api_key=os.environ.get("OPENLAYER_API_KEY"),
31+
api_key=os.environ.get("OPENLAYER_API_KEY"), # This is the default and can be omitted
3332
)
3433

3534
response = client.inference_pipelines.data.stream(
@@ -69,8 +68,7 @@ import asyncio
6968
from openlayer import AsyncOpenlayer
7069

7170
client = AsyncOpenlayer(
72-
# This is the default and can be omitted
73-
api_key=os.environ.get("OPENLAYER_API_KEY"),
71+
api_key=os.environ.get("OPENLAYER_API_KEY"), # This is the default and can be omitted
7472
)
7573

7674

0 commit comments

Comments
 (0)