gofireflyio / aiac

Artificial Intelligence Infrastructure-as-Code Generator.
Apache License 2.0
3.52k stars 276 forks source link

add the --timeout flag #126

Closed nohattee closed 1 week ago

nohattee commented 2 months ago

I have an issue with the "timeout reached" error when generating code with the Ollama backend. The problem is that my CPU is too weak, it took much time to process the request and the timeout default is 60 seconds only. I think the other guys will meet this issue so I added another "--timeout" flag to solve it. Please help me review this PR.

pisko1979 commented 2 months ago

Hi all

one more with timeout problem on ollama on cpu thanks

ido50 commented 1 week ago

Thanks a lot. Will release a new version promptly.