Using gpt-engineer with Azure OpenAI service endpoint #503
Replies: 3 comments
-
Any insight on this question would be great. |
Beta Was this translation helpful? Give feedback.
-
I´m also using my own Azure OpenAI Service (https://..... .openai.azure.com/). So, it would be very beneficial (for me and others) to also add support of Azure OpenAI Service as openai.api_type. I already checked the code to find the code location, where it´d needed to be extended. Many thanks in advance! |
Beta Was this translation helpful? Give feedback.
-
yes, just use --azure your-azure-url yourdirectory-with-prompt NAME_OF_YOUR_DEPLOYED_MODEL for me it works with gpt-engineer --azure mga.openai.azure.com ./example/ magnus_model where magnus_model is the deployed GPT3.5-turbo model |
Beta Was this translation helpful? Give feedback.
-
I have an Azure OpenAI endpoint with a GPT-35-Turbo model deployed. Is it possible for me to use this endpoint and key with gpt-engineer?
Beta Was this translation helpful? Give feedback.
All reactions