mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 13:04:18 +02:00
Use claude-sonnet-4-5-20250929 model name
This commit is contained in:
parent
179874628e
commit
5d57f5bd0f
7 changed files with 7 additions and 7 deletions
|
|
@ -49,7 +49,7 @@ class LoggingAnthropicHandler(AnthropicSamplingHandler):
|
|||
|
||||
mcp = FastMCP(
|
||||
"Server with Fallback",
|
||||
sampling_handler=LoggingAnthropicHandler(default_model="claude-sonnet-4-20250514"),
|
||||
sampling_handler=LoggingAnthropicHandler(default_model="claude-sonnet-4-5-20250929"),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue