Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni authored and Toni committed Dec 14, 2023
1 parent 2dd7464 commit 656e38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $response = Ollama::agent('You are a weather expert...')
```


### Vision support
### Vision Support

```php
$response = Ollama::model('llava:13b')
Expand All @@ -56,7 +56,7 @@ $response = Ollama::model('llava:13b')

```

### Chat completion
### Chat Completion

```php
$messages = [
Expand Down

0 comments on commit 656e38e

Please sign in to comment.