Skip to content

Commit

Permalink
fix: fix windows env key
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly authored Mar 28, 2024
1 parent 413aa37 commit 3b6cc8b
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 3b6cc8b

Please sign in to comment.