Hi, thank you for great project. It would be nice to update openai to >=1.3.0. It support base_url setting via argument to client or via OPENAI_BASE_URL environment variable.
This setting allows to use openai api proxy and access openai api if it's blocked. For example, someone can set:
Hi, thank you for great project. It would be nice to update openai to
>=1.3.0
. It support base_url setting via argument to client or viaOPENAI_BASE_URL
environment variable.This setting allows to use openai api proxy and access openai api if it's blocked. For example, someone can set:
And use it if default api url
https://api.openai.com/v1
is blocked, or giving some cloudflare errors.