baskialdensys
baskialdensys
I get this error when you click ->new page from the navigation item. Work around: go to the pages menu, add a new page, and then return to the navigation...
Okay, I see the problem. I set the environment variable with quotes, like this: set DATASTORE="azuresearch" However, I realized that the quotes were not necessary, so I removed them, and...
I already have this entry (https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json) in nuget.config file
> Unable to find package OpenAI.Api. No packages exist with this id in source(s): azure-sdk-for-net Getting the same erro Unable to find package OpenAI.Api. No packages exist with this id...
I deleted my nuget.config file from the project folder, it works now.
The readme file has this instruction , that's why I created local nuget.config file --- `Verify that you have a nuget.config file in the same folder as your .csproj or...
I Just deleted the local project nuget.config file. I was able to compile it. I hope it resolved the right OpenAI nuget package.