Jakob Winkler

Results 2 issues of Jakob Winkler

``` var products = _context.Project(_context.Products .Include(x => x.Customers.Where(x => x.CustomerId == parameters.CustomerId))); ``` I wonder if there is a way to do what i want to do. Because due to...

bug

I am having struggles to use chatgpt in azure somehow the chat endpoint results in this url: https://resourceName.openai.azure.com/openai/deployments/deploymentId/chat/completions?api-version=2022-12-01 Although i want this: https://resourceName.openai.azure.com/openai/deployments/deploymentId/completions?api-version=2022-12-01 Is there any reason behind this or...