dfinke / PSAI

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

Getting only the question text back as the answer #14

Closed TechLinkRon closed 1 day ago

TechLinkRon commented 1 week ago

I think I must have missed a basic step of my setup somehow. I got around my initial "The requested model 'gpt-4o' does not exist." error via the "-model" option, but now I just get my question returned to me:

image

dfinke commented 1 week ago

Seems like you set your OpenAI key in the $env. Do you add credits to it?