openai-python
openai-python copied to clipboard
Version argument missing
Describe the feature or improvement you're requesting
CLI is missing a version argument.
openai --version would be a nice improvement
Additional context
No response
@FizzyAgent thank you for looking into it. I wanted to test this locally but couldn't find necessary documentation.
Is there any way you can guide me?
@joqim here's how you can test it locally:
-
clone my forked repo and setup your choice of environment (conda, venv, etc)
-
to build locally, I used pip
pip install .
- make sure you are running the correct openai package
which openai
# should show directory to your environment, else try uninstalling and rebuilding
- run the openai command
openai --version
Marking this fixed since the #298 has been merged in