Ephraim Farrell
Ephraim Farrell
Just commenting hoping to bump interest some. I've been trying to use Tor as an upstream proxy and it seems that Tor only supports Socks.
Quality issue. 10/10 would read again.
Hopping in to say I ran into the same issue. Curious about a resolution. In my case, I triggered this issue with this command: `ffuf -u HFUZZ/WFUZZ -w http-urls.txt:HFUZZ -w...
Hackishly, you can use LocalAI (another project) to simulate OpenAI's API. Then, just override the Open AI host when importing via Python. `openai.api_base = "http://host.docker.internal:8080"` You have to set the...
> Fair enough. I'll consider my options. Thank you very much for the response. At the same time though isn't running through Local-AI exactly what @absane did? So, LocalAI just...
I had the same issue, but the entrypoint was only half the battle. So, I fixed every file: `find . -type f -exec dos2unix "{}" \;` Hope that helps someone.
Instead of merely joining this discussion as another "me too" contributor, I aim to provide some additional insight. Based on my understanding of the code pertaining to rate limiting, it...