Skip to content

Commit

Permalink
Merge pull request #56 from heroku/zw/version-bump-v0-0-7-public
Browse files Browse the repository at this point in the history
v0.0.7
  • Loading branch information
zwhitfield3 authored Dec 10, 2024
2 parents 0e3cb67 + e9a256d commit 03dfdf1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ DESCRIPTION
opens docs for Heroku AI in your web browser
```

_See code: [dist/commands/ai/docs.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.6/dist/commands/ai/docs.ts)_
_See code: [dist/commands/ai/docs.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.7/dist/commands/ai/docs.ts)_

## `heroku ai:models`

Expand Down Expand Up @@ -97,7 +97,7 @@ EXAMPLES
$ heroku ai:models:attach claude-3-5-sonnet-acute-41518 --source-app example-source-app --target-app example-target-app --as MY_CS35
```

_See code: [dist/commands/ai/models/attach.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.6/dist/commands/ai/models/attach.ts)_
_See code: [dist/commands/ai/models/attach.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.7/dist/commands/ai/models/attach.ts)_

## `heroku ai:models:call MODEL_RESOURCE`

Expand Down Expand Up @@ -130,7 +130,7 @@ EXAMPLES
$ heroku ai:models:call diffusion --app my-app --prompt "Generate an image of a sunset" --opts '{"quality":"hd"}' -o sunset.png
```

_See code: [dist/commands/ai/models/call.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.6/dist/commands/ai/models/call.ts)_
_See code: [dist/commands/ai/models/call.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.7/dist/commands/ai/models/call.ts)_

## `heroku ai:models:create MODEL_NAME`

Expand Down Expand Up @@ -159,7 +159,7 @@ EXAMPLES
$ heroku ai:models:create stable-image-ultra --app example-app --as diffusion
```

_See code: [dist/commands/ai/models/create.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.6/dist/commands/ai/models/create.ts)_
_See code: [dist/commands/ai/models/create.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.7/dist/commands/ai/models/create.ts)_

## `heroku ai:models:destroy MODEL_RESOURCE`

Expand All @@ -185,7 +185,7 @@ EXAMPLES
$ heroku ai:models:destroy claude-3-5-sonnet-acute-43973
```

_See code: [dist/commands/ai/models/destroy.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.6/dist/commands/ai/models/destroy.ts)_
_See code: [dist/commands/ai/models/destroy.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.7/dist/commands/ai/models/destroy.ts)_

## `heroku ai:models:detach MODEL_RESOURCE`

Expand All @@ -209,7 +209,7 @@ EXAMPLES
$ heroku ai:models:detach EXAMPLE_MODEL_ALIAS --app example-app
```

_See code: [dist/commands/ai/models/detach.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.6/dist/commands/ai/models/detach.ts)_
_See code: [dist/commands/ai/models/detach.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.7/dist/commands/ai/models/detach.ts)_

## `heroku ai:models:info MODEL_RESOURCE`

Expand All @@ -233,7 +233,7 @@ EXAMPLES
$ heroku ai:models:info claude-3-5-sonnet-acute-04281 --app example-app
```

_See code: [dist/commands/ai/models/info.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.6/dist/commands/ai/models/info.ts)_
_See code: [dist/commands/ai/models/info.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.7/dist/commands/ai/models/info.ts)_

## `heroku ai:models:list`

Expand All @@ -253,5 +253,5 @@ EXAMPLES
$ heroku ai:models:list
```

_See code: [dist/commands/ai/models/list.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.6/dist/commands/ai/models/list.ts)_
_See code: [dist/commands/ai/models/list.ts](https://github.com/heroku/heroku-cli-plugin-ai/blob/v0.0.7/dist/commands/ai/models/list.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heroku-cli/plugin-ai",
"description": "Heroku CLI plugin for Heroku AI add-on",
"version": "0.0.6",
"version": "0.0.7",
"author": "Heroku",
"bugs": "https://github.com/heroku/heroku-cli-plugin-ai/issues",
"dependencies": {
Expand Down

0 comments on commit 03dfdf1

Please sign in to comment.