Strvm / meta-ai-api

Llama 3 API (MetaAI Reverse Engineered)
158 stars 27 forks source link

[ADD] Adding the ability to use a proxy to receive requests. #10

Closed themanyfaceddemon closed 2 months ago

themanyfaceddemon commented 2 months ago

This PR adds the ability to specify a proxy for requests. I'm not sure about some parts of the code, but I hope everything will be stable.

Strvm commented 2 months ago

Hi! First off, thank you for your contribution. Overall your PR looks pretty good, I just went ahead and made some small changes:

Thank you!

themanyfaceddemon commented 2 months ago

Thanks for the clarification, I just haven’t worked with requests very much.