Skip to content

Commit

Permalink
Update README.md. Update command to avoid shell error. (andrewyng#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitprasad15 authored Nov 24, 2024
1 parent 79047bc commit 1b5da0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ pip install aisuite

This installs aisuite along with anthropic's library.
```shell
pip install aisuite[anthropic]
pip install 'aisuite[anthropic]'
```

This installs all the provider-specific libraries
```shell
pip install aisuite[all]
pip install 'aisuite[all]'
```

## Set up
Expand Down
9 changes: 0 additions & 9 deletions aisuite/providers/gcp_provider.py

This file was deleted.

0 comments on commit 1b5da0e

Please sign in to comment.