Skip to content

Commit 4eb4286

Browse files
committed
chore: update dogfood template to use new aibridge endpoint
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 96c6a8a commit 4eb4286

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)