lokuma-cli 1.3.7 → 1.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/design.py +2 -2
- package/package.json +1 -1
package/assets/design.py
CHANGED
|
@@ -19,7 +19,7 @@ Examples:
|
|
|
19
19
|
|
|
20
20
|
Setup:
|
|
21
21
|
export LOKUMA_API_KEY=lokuma_your_key_here
|
|
22
|
-
Get your key at https://lokuma.ai
|
|
22
|
+
Get your key at https://agent.lokuma.ai
|
|
23
23
|
"""
|
|
24
24
|
|
|
25
25
|
import argparse
|
|
@@ -53,7 +53,7 @@ def _get_api_key() -> str:
|
|
|
53
53
|
print(
|
|
54
54
|
"Error: LOKUMA_API_KEY is not set.\n"
|
|
55
55
|
"Set it with: export LOKUMA_API_KEY=lokuma_your_key_here\n"
|
|
56
|
-
"Get your key at https://lokuma.ai",
|
|
56
|
+
"Get your key at https://agent.lokuma.ai",
|
|
57
57
|
file=sys.stderr,
|
|
58
58
|
)
|
|
59
59
|
sys.exit(1)
|