Skip to content

Commit 1b41b79

Browse files
authored
chore(docs): align code example with ollama provider (#308)
1 parent 356f0dd commit 1b41b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/providers/ollama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Depending on your configuration, responses tend to time out. You may need to ext
1313

1414
```php
1515
Prism::text() // [!code focus]
16-
->using(Provider::Anthropic, 'claude-3-sonnet-latest')
16+
->using(Provider::Ollama, 'gemma3:1b')
1717
->withPrompt('Who are you?')
1818
->withClientOptions(['timeout' => 60]) // [!code focus]
1919
```

0 commit comments

Comments
 (0)