juspay: cc bug workaround?

This commit is contained in:
Sridhar Ratnakumar 2025-12-02 11:04:27 -05:00
parent 96453e837a
commit 3e8c09218f

View file

@ -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 = {