openai-quickstart-python
openai-quickstart-python copied to clipboard
Python example app from the OpenAI API quickstart tutorial
Updating the sample code to use the latest GPT-3 model, `text-davinci-003`.
Hello! I think it's better to add this line for people who might get confused (they might not know these files are hidden)
Created a testable backend that responds to request to the backend
requirement assumes wheel package exists within virtualenv. Adding it to requirements
Hi, I was explaining some AI new comers to understand how the new **GPT-3.5-turbo** works and gave this python tutorial to learn from. But then realised that the new model...
Can the readme mention that the file path is venv/Scripts/activate, not venv/bin/activate in Windows?
This patch resolves #12 as well as updates remaining packages. The following workflow was done: ```bash pip3 list --format=freeze | grep -v '^\-e' | cut -d = -f 1 |...
Dependency error when building (Mac OS 13.1). Changing numpy Version number to numpy==1.24.1 makes error message disappear. ---- ERROR: Ignored the following versions that require a different python version: 1.21.2...
Can not build pandas version in requirements.txt changing to pandas==1.5.2 appears to resolve issue