mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
juspay: cc bug workaround?
This commit is contained in:
parent
96453e837a
commit
3e8c09218f
1 changed files with 2 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue