Skip to content

Commit

Permalink
update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole White committed Feb 28, 2024
1 parent 7a99ef7 commit dea087c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Python/openai-assistants-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ poetry install
This CLI will autogenerate classes for you to use to interact with the prompts you've created in the UI.

```
poetry run autoblocks prompts generate
poetry run prompts generate
```

## Run the script
Expand Down
2 changes: 1 addition & 1 deletion Python/prompt-sdk-headless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ poetry install
This CLI will autogenerate classes for you to use to interact with the prompts you've created in the UI.

```
poetry run autoblocks prompts generate
poetry run prompts generate
```

## Run the script
Expand Down

0 comments on commit dea087c

Please sign in to comment.