Soheil Yasrebi
Soheil Yasrebi
Can I use help topics as a standalone module on my website? I'd like to display support articles for our website in it.
### Background Sometimes API calls timeout and cause an ungraceful termination. ``` File "/opt/homebrew/lib/python3.11/site-packages/openai/api_requestor.py", line 526, in request_raw raise error.Timeout("Request timed out: {}".format(e)) from e openai.error.Timeout: Request timed out: HTTPSConnectionPool(host='api.openai.com',...
This Pull Request introduces an enhancement in the mechanism we use to control shell commands. Specifically, in the way we handle the allowlist and denylist of commands in the `config`....