WecoAI / aideml

AIDE: the state-of-the-art machine learning engineer agent, generating machine learning solution code from natural language descriptions.
https://www.weco.ai
MIT License
588 stars 65 forks source link

Question: How to use OpenAI base URL? #3

Closed syaikhipin closed 6 months ago

syaikhipin commented 6 months ago

I have a question regarding the usage of the OpenAI base URL in the aideml project. Can someone provide guidance on how to properly configure and utilize the OpenAI base URL within the project?

Any information or examples would be greatly appreciated. Thank you!

schmidtdominik commented 6 months ago

If you want to use an alternative backend URL, you can set the OPENAI_BASE_URL env variable by running export OPENAI_BASE_URL="..." before running AIDE.