valentinegb / openai

An unofficial Rust library for the OpenAI API.
https://crates.io/crates/openai/
MIT License
61 stars 18 forks source link

make BASE_URL configurable #56

Open hangj opened 1 year ago

hangj commented 1 year ago

Problem

I have setup a cloudfalre worker as my proxy using cloudflare-proxy, but i can not config BASE_URL to my proxy url.

Thanks.

Solution

make BASE_URL configurable

Alternatives

No response