From 3e8c09218fcd62ae8ea44f09ec42d9833cfa51ad Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 2 Dec 2025 11:04:27 -0500 Subject: [PATCH] juspay: cc bug workaround? --- modules/home/work/juspay.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home/work/juspay.nix b/modules/home/work/juspay.nix index 4154123..6623a75 100644 --- a/modules/home/work/juspay.nix +++ b/modules/home/work/juspay.nix @@ -33,9 +33,10 @@ in # For Juspay LiteLLM AI configuration home.sessionVariables = { + # ANTHROPIC_API_KEY set in initExtra via agenix (see below) ANTHROPIC_BASE_URL = "https://grid.ai.juspay.net"; ANTHROPIC_MODEL = "claude-sonnet-4-5"; - # ANTHROPIC_API_KEY set in initExtra via agenix (see below) + CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS = "1"; # For GLM related bug }; age = { secrets = {