Skip to content

Commit e6b633c

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore: rebuild project due to codegen change (#15)
1 parent 5ddefaf commit e6b633c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ import os
2828
from omnistack import Omnistack
2929

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

3534
completion = client.completions.create(
@@ -54,8 +53,7 @@ import asyncio
5453
from omnistack import AsyncOmnistack
5554

5655
client = AsyncOmnistack(
57-
# This is the default and can be omitted
58-
api_key=os.environ.get("OMNISTACK_API_KEY"),
56+
api_key=os.environ.get("OMNISTACK_API_KEY"), # This is the default and can be omitted
5957
)
6058

6159

0 commit comments

Comments
 (0)