yanniedog / Autocrew

Automatically create a crew and tasks for CrewAI
Creative Commons Zero v1.0 Universal
184 stars 35 forks source link

Any idea how to set OPENAI_BASE_URL and system proxy? #53

Open butterl opened 7 months ago

butterl commented 7 months ago

seems the code is not reading the OPENAI_BASE_URL from the env?

clipsheep6 commented 7 months ago

it seems code in here only passing the OPENAI_API_KEY.

https://github.com/yanniedog/Autocrew/blob/d885b22a0e7277d69090dfae30ddcd0f04dc8733/core.py#L184

a new config or env reading here is needed