DelphiOpenAI icon indicating copy to clipboard operation
DelphiOpenAI copied to clipboard

OpenAI API wrapper for Delphi. Use ChatGPT, DALL-E, Whisper and other products.

Results 2 DelphiOpenAI issues
Sort by recently updated
recently updated
newest added

When using the transcription functionality, if you request SRT format in the response, even though valid data is returned, it results in an OpenAIExceptionInvalidResponse exception. The problem is the returned...

Hello, The default model of completion = `text-davinci-003` doesn't work more. Your sample : > var Completions := OpenAI.Completion.Create( procedure(Params: TCompletionParams) begin Params.Prompt(MemoPrompt.Text); Params.MaxTokens(2048); end); try for var Choice in...