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 e59029a commit 9d05dc0Copy full SHA for 9d05dc0
README.md
@@ -26,8 +26,7 @@ import os
26
from lumaai import LumaAI
27
28
client = LumaAI(
29
- # This is the default and can be omitted
30
- auth_token=os.environ.get("LUMAAI_API_KEY"),
+ auth_token=os.environ.get("LUMAAI_API_KEY"), # This is the default and can be omitted
31
)
32
33
generation = client.generations.create(
@@ -53,8 +52,7 @@ import asyncio
53
52
from lumaai import AsyncLumaAI
54
55
client = AsyncLumaAI(
56
57
58
59
60
0 commit comments