quackscience / duckdb-extension-openprompt

DuckDB Community Extension to prompt LLMs from SQL
https://duckdb.org/community_extensions/extensions/open_prompt.html
MIT License
24 stars 1 forks source link

SET VARIABLE openprompt_api_timeout #14

Open caobingsheng opened 2 weeks ago

caobingsheng commented 2 weeks ago

I believe we should add an environment variable to set the timeout, as 10 seconds is sometimes not enough.

lmangani commented 1 week ago

Hey @caobingsheng this should do it but its untested. Are you able to build and test the branch locally by any chance? If not I'll do it once time allows.