gpt-engineer
gpt-engineer copied to clipboard
Add support for Azure OpenAI
I'd appreciate a configuration option to use our corporate instance of OpenAI in Azure instead of the standard openAI one.
similar to
- https://github.com/AntonOsika/gpt-engineer/issues/337
duplicate of
- https://github.com/AntonOsika/gpt-engineer/issues/324
It uses the openai library dude, open up ai.py and add the openai.base, openai.versuon and change model to engine.
Or write 6 python functions with different prompts because that's all this code is, calling an API 6 times
@Cytranics that sounds straight forward. What's keeping you from making a pull request that does all that based on ENV variables?
This can probably help https://github.com/AntonOsika/gpt-engineer/issues/530#issuecomment-1639759684
Solved 🚀