Remove OpenAI, use z.ai for OpenClaw
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1748360922
commit
1d11816a55
2 changed files with 6 additions and 16 deletions
|
|
@ -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}
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue