Remove OpenAI, use z.ai for OpenClaw

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-17 20:59:05 +01:00
parent 1748360922
commit 1d11816a55
2 changed files with 6 additions and 16 deletions

View file

@ -96,13 +96,11 @@
# OpenClaw secrets
sops.secrets.openclaw_discord_token = { };
sops.secrets.openclaw_openai_api_key = { };
sops.secrets.openclaw_zai_api_key = { };
sops.templates."openclaw.env" = {
content = ''
DISCORD_TOKEN=${config.sops.placeholder.openclaw_discord_token}
OPENAI_API_KEY=${config.sops.placeholder.openclaw_openai_api_key}
ZAI_API_KEY=${config.sops.placeholder.openclaw_zai_api_key}
'';
};