Skip to content

Commit fb5ac07

Browse files
committed
chore: Update readme
1 parent 3ae50b8 commit fb5ac07

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ $modelInfo = $factory->getModelInfo(ModelProvider::Ollama, 'llama3.1');
4040
```
4141

4242
```php
43-
44-
// Using with custom cache implementation
4543
use Psr\SimpleCache\CacheInterface;
4644

45+
// Using with custom cache implementation
4746
$factory = new ModelInfoFactory(
4847
cache: $yourPsr16CacheImplementation
4948
);

0 commit comments

Comments
 (0)