Skip to content

Commit 9d05dc0

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore: rebuild project due to codegen change (#49)
1 parent e59029a commit 9d05dc0

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
@@ -26,8 +26,7 @@ import os
2626
from lumaai import LumaAI
2727

2828
client = LumaAI(
29-
# This is the default and can be omitted
30-
auth_token=os.environ.get("LUMAAI_API_KEY"),
29+
auth_token=os.environ.get("LUMAAI_API_KEY"), # This is the default and can be omitted
3130
)
3231

3332
generation = client.generations.create(
@@ -53,8 +52,7 @@ import asyncio
5352
from lumaai import AsyncLumaAI
5453

5554
client = AsyncLumaAI(
56-
# This is the default and can be omitted
57-
auth_token=os.environ.get("LUMAAI_API_KEY"),
55+
auth_token=os.environ.get("LUMAAI_API_KEY"), # This is the default and can be omitted
5856
)
5957

6058

0 commit comments

Comments
 (0)