mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 21:44: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
|
|
@ -110,7 +110,7 @@ async def main():
|
|||
)
|
||||
console.print()
|
||||
|
||||
handler = LoggingAnthropicHandler(default_model="claude-sonnet-4-20250514")
|
||||
handler = LoggingAnthropicHandler(default_model="claude-sonnet-4-5-20250929")
|
||||
|
||||
test_texts = [
|
||||
("I love this! Best purchase ever!", "😊"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue