gencay / vscode-chatgpt

An unofficial Visual Studio Code - OpenAI ChatGPT integration
ISC License
3.5k stars 760 forks source link

Limit to Request 1 request per 45 seconds #33

Closed benzntech closed 1 year ago

benzntech commented 1 year ago

Limit to Request 1 request per 45 seconds ?

gencay commented 1 year ago

Do you mean adjusting the timeout for response? Right now it's 2 minutes, 45 secs may be too short. But yes, it could be a setting.

benzntech commented 1 year ago

Limit the question or request to the ChatGPT AI. Back to back request has made to block IP for certain period of time

gencay commented 1 year ago

with v2.6 you can now override the default timeout in ms. Please update your extension @benzntech image