ahyatt / llm

A package abstracting llm capabilities for emacs.
GNU General Public License v3.0
142 stars 19 forks source link

Increase the default request timeout from 5 to 10 #18

Closed whhone closed 5 months ago

whhone commented 6 months ago

For the Gemini timeout issue mentioned in https://github.com/ahyatt/llm/issues/17.

ahyatt commented 6 months ago

Thanks for the fix - but I noticed the bug and wrote my own fix before I saw this. PTAL at my latest commit to see if it makes sense to you.

whhone commented 5 months ago

Your change works! Thanks for the fix!