dfinke / PSAI

PowerShell AI module. Brings OpenAI to the console and scripts
MIT License
80 stars 9 forks source link

What happened to the PowerShellAI module? #7

Closed mikenelson-io closed 4 months ago

mikenelson-io commented 4 months ago

Existing scripts use the syntax from PowerShellAI module. PSAI is all new cmdlet naming. What happened?

dfinke commented 4 months ago

Sorry, OpenAI has been churning for the last 1.5 years. They changed many things. Including how worked with their backend. PSAI is my way forward. Even the new things OpenAI dropped last November are being sunset end of the year.

What functions were you calling that are not in PSAI?

mikenelson-io commented 4 months ago

The code was for demos used in my AI presentations that highlight Copilot and PowerShellAI. Basically, I was showing off your module as part of it.


From: Doug Finke @.> Sent: Wednesday, May 8, 2024 3:25:09 PM To: dfinke/PSAI @.> Cc: Mike Nelson @.>; Author @.> Subject: Re: [dfinke/PSAI] What happened to the PowerShellAI module? (Issue #7)

Sorry, OpenAI has been churning for the last 1.5 years. They changed many things. Including how worked with their backend. PSAI is my way forward. Even the new things OpenAI dropped last November are being sunset end of the year.

What functions were you calling that are not in PSAI?

— Reply to this email directly, view it on GitHubhttps://github.com/dfinke/PSAI/issues/7#issuecomment-2101365035, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABPW7UEFEGFE4MTL62BNUUTZBKC2LAVCNFSM6AAAAABHMC5NJ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBRGM3DKMBTGU. You are receiving this because you authored the thread.Message ID: @.***>

dfinke commented 4 months ago

Got it. So just the copilot function? With the menu ast the end?

I could port that to PSAI. When is your next presentation?

Anything else?