openai
openai copied to clipboard
Fix OpenAIService.RetrieveFile not returning the correct data.
The implementations of IOpenAiEndpointProvider incorrectly created the incorrect URI which causes the GetFromJsonAsync<FileResponse> to not work (as it gets list of files and not a single file result).