mirror of
https://github.com/safishamsi/graphify.git
synced 2026-09-23 05:55:54 +00:00
remove spurious base_url from bedrock BACKENDS entry
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
61e27fb1a5
commit
027fd7a1c1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user