Skip to content

Commit

Permalink
Fix formatting of shell instructions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Apr 26, 2024
1 parent aa90ffc commit 5b1792e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,23 @@ JSON.parse(response["content"])

Install the gem and add to the application's Gemfile by executing:

> bundle add groq
```plain
bundle add groq
```

If bundler is not being used to manage dependencies, install the gem by executing:

> gem install groq
```plain
gem install groq
```
## Usage

- Get your API key from [console.groq.com/keys](https://console.groq.com/keys)
- Place in env var `GROQ_API_KEY`, or explicitly pass into configuration below.
- Use the `Groq::Client` to interact with Groq and your favourite model.

```shell
rails g groq:install
```plain
rails g groq:install
```
to generate inializer file

Expand Down

0 comments on commit 5b1792e

Please sign in to comment.