Hi, just tried this plugin out and couldn't get it to work. Buttons appeared but couldn't get anything to generate/
Tried debugging it by including your source in my web project and found:
1) deploymentname/model was just null from settings, coalesced this to gpt-4o just in case
2) no response was returned, couldn't step in past client.GetChatCompletionsAsync but can't see why. Looking at the code it uses Azure.AI.OpenAI but the documentation says chatgpt. I used a chatgpt api key but should this be an azure api key and the docs are wrong?
Hi, just tried this plugin out and couldn't get it to work. Buttons appeared but couldn't get anything to generate/ Tried debugging it by including your source in my web project and found: 1) deploymentname/model was just null from settings, coalesced this to gpt-4o just in case 2) no response was returned, couldn't step in past client.GetChatCompletionsAsync but can't see why. Looking at the code it uses Azure.AI.OpenAI but the documentation says chatgpt. I used a chatgpt api key but should this be an azure api key and the docs are wrong?