Skip to content

Commit

Permalink
Add python package version to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phguo authored Mar 2, 2024
1 parent 57e3f60 commit ab2f386
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 @@ -19,7 +19,7 @@ by DALL·E *"A man with his feet on the table, looking at automatically generate
- `API_KEY`: obtain one from https://platform.openai.com/account/api-keys.
- `PYTHON_ENV`: it will be like `/Users/<user_name>/miniconda3/bin/python` if you follow the following steps.
- Install Python from https://docs.conda.io/en/latest/miniconda.html.
- Install the required Python packages by `pip install openai keyboard pyperclip`.
- Install the required Python packages by `pip install openai==1.13.3 keyboard==0.13.5 pyperclip==1.8.2`.
- `API_BASE`: it will be like https://..**/v1 write your own openai api proxy url(default:https://api.openai.com/v1)
- To make `\\gpt` work, see [#6](https://github.com/phguo/AskGPT/issues/6#issuecomment-1509431313).

Expand Down

0 comments on commit ab2f386

Please sign in to comment.