mkht / PSOpenAI

PowerShell module for OpenAI API.
MIT License
35 stars 10 forks source link

Azure files #20

Closed potatoqualitee closed 3 months ago

potatoqualitee commented 3 months ago

I was using PSOpenAI in my PSHelp.Copilot module and noticed the Azure commands did not have help.

I also noticed that it is not called by any of your documentation.

I was lost as an end-user, thinking I had to care about them. Mind if I submit a PR with the Azure commands moved to Private and removed from the PSD1? These seem like purely internal commands.

mkht commented 3 months ago

Are you talking about commands that are prefixed with Azure, such as Request-AzureChatCompletion?

We are leaving those for backward compatibility. We intend to remove them in the next major version. Probably in July.

This is also noted in the README.

potatoqualitee commented 3 months ago

yes, those are the ones. cool, sounds good!