Skip to content

Commit 477b79c

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore: rebuild project due to codegen change (#113)
1 parent c4ac9fd commit 477b79c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ import os
2929
from writerai import Writer
3030

3131
client = Writer(
32-
# This is the default and can be omitted
33-
api_key=os.environ.get("WRITER_API_KEY"),
32+
api_key=os.environ.get("WRITER_API_KEY"), # This is the default and can be omitted
3433
)
3534

3635
chat = client.chat.chat(
@@ -55,8 +54,7 @@ import asyncio
5554
from writerai import AsyncWriter
5655

5756
client = AsyncWriter(
58-
# This is the default and can be omitted
59-
api_key=os.environ.get("WRITER_API_KEY"),
57+
api_key=os.environ.get("WRITER_API_KEY"), # This is the default and can be omitted
6058
)
6159

6260

0 commit comments

Comments
 (0)