Skip to content

Commit

Permalink
fix: fix windows env key (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Apr 1, 2024
1 parent 413aa37 commit cf0f8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ An OpenAI API account and API key are needed to use readme-ai. Get started by cr
> $ export OPENAI_API_KEY=<your_api_key>
>
> # Using Windows
> $ set OPENAI_API=<your_api_key>
> $ set OPENAI_API_KEY=<your_api_key>
> ```
#### Using `Ollama`
Expand Down

0 comments on commit cf0f8b9

Please sign in to comment.