fix: correct invalid 'letta setup' command in missing API key error (#1196)
This commit is contained in:
@@ -176,8 +176,9 @@ export async function getClient() {
|
||||
if (!apiKey && baseURL === LETTA_CLOUD_API_URL) {
|
||||
console.error("Missing LETTA_API_KEY");
|
||||
console.error(
|
||||
"Run 'letta setup' to configure authentication or set your LETTA_API_KEY environment variable",
|
||||
"Run 'letta' to configure authentication, or set LETTA_API_KEY to your API key",
|
||||
);
|
||||
console.error(new Error("getClient() called without credentials").stack);
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user