Fab8573

Results 10 issues of Fab8573

Hello, A lot of problems with Delphi 12 : 1) Unit Skia.FMX -> FMX.Skia 2) NEW_MEMO => Error if defined. If not defined (in project option / compiler) error with...

Hello, Please update, your very useful component especially in design mode, your component for Synedit for VCL 2024.02 avalaible on GetIt. 👍 https://github.com/TurboPack/SynEdit

help wanted

Hello, I try to install it on my Delphi 12 but I get : "Error loading component definitions: Ini file not found"

On IOS (and MacOS and Android ?) : [DCC Fatal error] ChatGPT.dpr(69): F1026 File not found : 'WindowDarkMode\DarkModeApi.Consts.pas' Maybe in .DPR (because Dark mode for Window frame (Win only)) :...

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

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

**Describe the bug** After any question is asked to Chat GPT result appear but after an access violation is dropped. Only 2 settings has been changed : - Access key...

### Problem in Setting/Predefined question on high DPI screen (4k - 3840x2160) with scaling 175% : ![Clipboard_08-23-2024_01](https://github.com/user-attachments/assets/7cfb17fe-e1bd-44eb-91a2-cf34fac464fd)

Hello,` Issue: "Malformed String" with Non-ASCII Characters in Numeric or Timestamp Fields on Firebird Database This issue occurs in any version of Firebird when using non-ASCII characters in a numeric...