DelphiOpenAIPlayground icon indicating copy to clipboard operation
DelphiOpenAIPlayground copied to clipboard

Delphi Open AI Playground

Results 3 DelphiOpenAIPlayground issues
Sort by recently updated
recently updated
newest added

Hello, Doesn't compile with the last version of DelphiOpenAI : "[dcc32 Error] OpenAIPG.Main.pas(1210): E2034 Too many parameters" > var FileItem := OpenAI.&File.Create( procedure(Params: TFileCreateParams) begin Params.&File(EditFilesUploadFile.Text); Params.Purpose(EditFilesUploadPurpose.Text); end);

Hello, With the last version of DElphiOPENAI [dcc32 Error] OpenAIPG.Main.pas(1994): E2034 Too many parameters > OpenAI := TOpenAI.Create(Self, API_TOKEN); Maybe Solution ? > OpenAI := TOpenAI.Create(API_TOKEN);

Hello! When I Try to upload a file the application raise an access violation in Delphi 10.3. The exception raises on Add method from TMultipartFormData