Skip to content

Commit

Permalink
docs: πŸ‘
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbrault committed Apr 24, 2024
1 parent 8486dcc commit b69b2e7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Symfony bundle for the [adrienbrault/instructrice](https://github.com/adrienbrault/instructrice) library.
Symfony bundle for the [adrienbrault/instructrice][instructrice] library.

Install the bundle:
```
composer require adrienbrault/instructrice-bundle@dev adrienbrault/instructrice@dev
composer require adrienbrault/instructrice-bundle:dev-main adrienbrault/instructrice:dev-main
```

Configure api keys:
Expand Down Expand Up @@ -31,7 +31,7 @@ instructrice:
api_key: '%env(TOGETHER_API_KEY)'
```
Use instructrice:
Use [instructrice][instructrice]:
```php
use AdrienBrault\Instructrice\Instructrice;
use AdrienBrault\Instructrice\LLM\Provider\OpenAi;
Expand All @@ -49,3 +49,5 @@ public function controller(Instructrice $instructrice)
);
}
```

[instructrice]: https://github.com/adrienbrault/instructrice

0 comments on commit b69b2e7

Please sign in to comment.