muellerberndt / mini-agi

MiniAGI is a simple general-purpose autonomous agent based on the OpenAI API.
MIT License
2.81k stars 294 forks source link

Add Azure GPT-4 support #39

Closed longxinzhang closed 1 year ago

longxinzhang commented 1 year ago

Would you like to add Azure GPT-4 support? That would help allot of people

muellerberndt commented 1 year ago

We currently rely on ThinkGPT as the llm backend so we only support what ThinkGPT supports. No plans to change this at the moment.