Skip to content

Commit dd28eef

Browse files
authored
chore: update dogfood template to use new aibridge endpoint (#20525)
Also updating Nix to 2.28.5 since the previous version 404s. Closes coder/internal#1105
1 parent 2f886ce commit dd28eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/coder/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ resource "coder_agent" "dev" {
479479
dir = local.repo_dir
480480
env = {
481481
OIDC_TOKEN : data.coder_workspace_owner.me.oidc_access_token,
482-
ANTHROPIC_BASE_URL : "https://dev.coder.com/api/experimental/aibridge/anthropic",
482+
ANTHROPIC_BASE_URL : "https://dev.coder.com/api/v2/aibridge/anthropic",
483483
ANTHROPIC_AUTH_TOKEN : data.coder_workspace_owner.me.session_token
484484
}
485485
startup_script_behavior = "blocking"

0 commit comments

Comments
 (0)