minimaxir / simpleaichat

Python package for easily interfacing with chat apps, with robust features and minimal code complexity.
MIT License
3.49k stars 229 forks source link

Added support for Azure Openai #69

Open venkatesh-cv opened 1 year ago

venkatesh-cv commented 1 year ago

Added support for Azure Openai. Thank you for your work.

venkatesh-cv commented 1 year ago

@minimaxir could you take a look at this PR. Happy to add / modify anything. It adds only support for Azure openai.

minimaxir commented 1 year ago

There is a lot changed here so I need to test on Azure OpenAI myself but haven't had the time. At first glance the PR seems fine.

venkatesh-cv commented 1 year ago

Sorry for the number of commits. I experimented quite a bunch till i landed on the minimal changes needed. Thank you for your response

JackLeick commented 1 year ago

Hello, any update @minimaxir on when this PR might be accepted?