Skip to content

Commit 0207b08

Browse files
authored
docs: Remove extra quote (#388)
1 parent 5eec093 commit 0207b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/providers/anthropic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Prism::text()
7575
->using('anthropic', 'claude-3-7-sonnet-latest')
7676
->withPrompt('What is the meaning of life, the universe and everything in popular fiction?')
7777
// enable thinking
78-
->withProviderOptions(['thinking' => ['enabled' => true']])
78+
->withProviderOptions(['thinking' => ['enabled' => true]])
7979
->asText();
8080
```
8181
By default Prism will set the thinking budget to the value set in config, or where that isn't set, the minimum allowed (1024).

0 commit comments

Comments
 (0)