Open butterl opened 7 months ago
seems the code is not reading the OPENAI_BASE_URL from the env?
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
seems the code is not reading the OPENAI_BASE_URL from the env?