From 027fd7a1c122383070d68e527d92adef20e8d176 Mon Sep 17 00:00:00 2001 From: Safi Date: Thu, 7 May 2026 10:53:53 +0100 Subject: [PATCH] remove spurious base_url from bedrock BACKENDS entry Co-Authored-By: Claude Sonnet 4.6 --- graphify/llm.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/graphify/llm.py b/graphify/llm.py index c2567b40..8be8fc90 100644 --- a/graphify/llm.py +++ b/graphify/llm.py @@ -88,8 +88,6 @@ BACKENDS: dict[str, dict] = { "temperature": 0, }, "bedrock": { - "base_url": "", - # Spec default. Users who want a different model set GRAPHIFY_BEDROCK_MODEL. "default_model": "anthropic.claude-3-5-sonnet-20241022-v2:0", "model_env_key": "GRAPHIFY_BEDROCK_MODEL", "pricing": {"input": 3.0, "output": 15.0}, # USD per 1M tokens