We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b296293 commit a199324Copy full SHA for a199324
README.md
@@ -28,8 +28,7 @@ import os
28
from openlayer import Openlayer
29
30
client = Openlayer(
31
- # This is the default and can be omitted
32
- api_key=os.environ.get("OPENLAYER_API_KEY"),
+ api_key=os.environ.get("OPENLAYER_API_KEY"), # This is the default and can be omitted
33
)
34
35
response = client.inference_pipelines.data.stream(
@@ -69,8 +68,7 @@ import asyncio
69
68
from openlayer import AsyncOpenlayer
70
71
client = AsyncOpenlayer(
72
73
74
75
76
0 commit comments