Onboard: store OpenAI auth in profiles instead of .env

This commit is contained in:
joshavant
2026-02-21 14:55:56 -08:00
committed by Peter Steinberger
parent 09c7cb5d34
commit 68b9d89ee7
6 changed files with 131 additions and 26 deletions

View File

@@ -206,6 +206,7 @@ export async function setAnthropicApiKey(
});
}
<<<<<<< HEAD
export async function setOpenaiApiKey(
key: SecretInput,
agentDir?: string,