Releases: phelps-sg/openai-pygenerator
Releases · phelps-sg/openai-pygenerator
v0.6.2
v0.6.1
v0.6.0
Migrate to new openai API; see openai/openai-python#742.
As noted in the README this is for backward compatibility only. Consider rewriting your code to use the new openai API directly rather than relying on openai-pygenerator.
v0.5.7
v0.5.6
v0.5.5
v0.5.4
Added new environment variable GPT_REQUEST_TIMEOUT_SECONDS
which overrides the request_timeout
parameter when calling the OpenAI API.
For more details see https://community.openai.com/t/configuring-timeout-for-chatcompletion-python/107226/24?page=2.
v0.5.2
Added new environment variable GPT_REQUEST_TIMEOUT_SECONDS
which overrides the request_timeout
parameter when calling the OpenAI API.
For more details see https://community.openai.com/t/configuring-timeout-for-chatcompletion-python/107226/24?page=2.