Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Slight formatting fix.
  • Loading branch information
emeryberger authored Feb 5, 2024
1 parent a29d555 commit 1d82098
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ Go, Java, LaTeX, PHP, Python, Ruby, Rust, Swift, and TypeScript.
> ```bash
> # On Linux/MacOS:
> export AWS_ACCESS_KEY_ID=<your-access-key>
> export AWS_SECRET_ACCESS_KEY=<your-secret-key>
> export AWS_REGION_NAME=us-west-2
> ```
>
> CWhy will automatically select which AI service to use (OpenAI or AWS Bedrock)
> when it detects that the appropriate environment variables have been set.
> export AWS_SECRET_ACCESS_KEY=<your-secret-key>
> export AWS_REGION_NAME=us-west-2
> ```
>
> CWhy will automatically select which AI service to use (OpenAI or AWS Bedrock)
> when it detects that the appropriate environment variables have been set.
```
python3 -m pip install cwhy
Expand Down

0 comments on commit 1d82098

Please sign in to comment.