gitextract_yo52volr/ ├── .gitattributes ├── .github/ │ └── FUNDING.yml ├── .gitignore ├── .gitmodules ├── AndroidManifest.template.xml ├── ChatGPT.About.fmx ├── ChatGPT.About.pas ├── ChatGPT.Android.pas ├── ChatGPT.ChatSettings.fmx ├── ChatGPT.ChatSettings.pas ├── ChatGPT.Classes.pas ├── ChatGPT.Code.pas ├── ChatGPT.FrameChat.fmx ├── ChatGPT.FrameChat.pas ├── ChatGPT.FrameCode.fmx ├── ChatGPT.FrameCode.pas ├── ChatGPT.FrameImage.fmx ├── ChatGPT.FrameImage.pas ├── ChatGPT.FrameImagePreview.fmx ├── ChatGPT.FrameImagePreview.pas ├── ChatGPT.FrameMessage.fmx ├── ChatGPT.FrameMessage.pas ├── ChatGPT.FramePlainText.fmx ├── ChatGPT.FramePlainText.pas ├── ChatGPT.FrameSVG.fmx ├── ChatGPT.FrameSVG.pas ├── ChatGPT.FrameUIMessage.fmx ├── ChatGPT.FrameUIMessage.pas ├── ChatGPT.Functions.External.Intf.pas ├── ChatGPT.Functions.External.pas ├── ChatGPT.Functions.pas ├── ChatGPT.ImportExport.fmx ├── ChatGPT.ImportExport.pas ├── ChatGPT.LoadedFunctions.fmx ├── ChatGPT.LoadedFunctions.pas ├── ChatGPT.Main.fmx ├── ChatGPT.Main.pas ├── ChatGPT.Manager.dfm ├── ChatGPT.Manager.pas ├── ChatGPT.Overlay.fmx ├── ChatGPT.Overlay.pas ├── ChatGPT.Settings.fmx ├── ChatGPT.Settings.pas ├── ChatGPT.SoundRecorder.pas ├── ChatGPT.TextEditor.fmx ├── ChatGPT.TextEditor.pas ├── ChatGPT.deployproj ├── ChatGPT.dpr ├── ChatGPT.dproj ├── ChatGPT.res ├── ChatGPTGroup.groupproj ├── ChatGPT_Console.dpr ├── ChatGPT_Console.dproj ├── ChatGPT_Console.res ├── Code/ │ ├── ChatGPT.Code.JSON.pas │ ├── ChatGPT.Code.MarkDown.pas │ ├── ChatGPT.Code.Pascal.pas │ ├── ChatGPT.Code.Python.pas │ └── ChatGPT.Code.SQL.pas ├── FMX.Media.Win.pas ├── FunctionsLib/ │ ├── func_cmd.pas │ ├── func_weather.pas │ ├── gpt_function_cmd.dpr │ ├── gpt_function_cmd.dproj │ ├── gpt_function_cmd.res │ ├── gpt_function_owm.deployproj │ ├── gpt_function_owm.dpr │ ├── gpt_function_owm.dproj │ └── gpt_function_owm.res ├── HGM.FMX.Ani.pas ├── HGM.FMX.Image.pas ├── LICENSE ├── LaunchScreen.TemplateiOS/ │ ├── Assets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── LaunchScreenBackgroundColor.colorset/ │ │ │ └── Contents.json │ │ └── LaunchScreenImage.imageset/ │ │ └── Contents.json │ └── LaunchScreen.storyboard ├── README.md └── Res/ ├── chatgptfmx/ │ └── res/ │ └── mipmap-anydpi-v26/ │ └── chatgptfmx.xml └── preview.psd