openai icon indicating copy to clipboard operation
openai copied to clipboard

Fix OpenAIService.RetrieveFile not returning the correct data.

Open shanepowell opened this issue 1 year ago • 0 comments

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).

shanepowell avatar Mar 03 '23 00:03 shanepowell