├── Android ├── AndroidManifest.template.xml ├── DW.Androidapi.JNI.Widget.Toast.pas ├── DW.JSON.pas ├── DW.Toast.Android.pas ├── MaterialOxfordBlueSE_Android.style ├── OllamaClient.Artwork │ └── Android │ │ ├── FM_AdaptiveIcon_Background.xml │ │ ├── FM_AdaptiveIcon_Foreground.xml │ │ ├── FM_AdaptiveIcon_Monochrome.xml │ │ ├── FM_LauncherIcon_144x144.png │ │ ├── FM_LauncherIcon_192x192.png │ │ ├── FM_LauncherIcon_36x36.png │ │ ├── FM_LauncherIcon_48x48.png │ │ ├── FM_LauncherIcon_72x72.png │ │ ├── FM_LauncherIcon_96x96.png │ │ ├── FM_NotificationIcon_24x24.png │ │ ├── FM_NotificationIcon_36x36.png │ │ ├── FM_NotificationIcon_48x48.png │ │ ├── FM_NotificationIcon_72x72.png │ │ ├── FM_NotificationIcon_96x96.png │ │ ├── FM_PlayStoreAppIcon_512x512.png │ │ ├── FM_SplashImage_426x320.png │ │ ├── FM_SplashImage_470x320.png │ │ ├── FM_SplashImage_640x480.png │ │ ├── FM_SplashImage_960x720.png │ │ ├── FM_VectorizedNotificationIcon.xml │ │ ├── FM_VectorizedSplash.xml │ │ ├── FM_VectorizedSplashDark.xml │ │ ├── FM_VectorizedSplashV31.xml │ │ └── FM_VectorizedSplashV31Dark.xml ├── OllamaClient.deployproj ├── OllamaClient.dpr ├── OllamaClient.dproj ├── OllamaClient.dres ├── OllamaClient.res ├── OllamaClientResource.rc ├── Unit_Collections.pas ├── Unit_Main.fmx ├── Unit_Main.pas ├── Unit_Main.vlb ├── Unit_Setting.LgXhdpiPh.fmx ├── Unit_Setting.NmXhdpiPh.fmx ├── Unit_Setting.fmx ├── Unit_Setting.pas ├── ollama.png └── ollamallava.png ├── Images ├── GitHub_Icon2.png ├── GitHub_Icon3.png ├── O_about.png ├── O_chattings.png ├── O_chattings10.png ├── O_chattings2.png ├── O_chattings3.png ├── O_chattings4.png ├── O_chattings5.png ├── O_chattings6.png ├── O_chattings7.png ├── O_chattings8.png ├── O_chattings9.png ├── O_skin_themes.png ├── O_welcome.png ├── android_1.png ├── android_2.png ├── android_3.png ├── sn_20240618_070418_1.png ├── sn_20240618_071403_1.png └── sn_20240618_071425_1.png ├── Include ├── DosCommand │ └── DosCommand.pas ├── EasyJson.pas ├── NetCom7 │ └── Source │ │ ├── Encryption │ │ ├── ncEncBlockciphers.pas │ │ ├── ncEncBlowfish.pas │ │ ├── ncEncCast128.pas │ │ ├── ncEncCast256.pas │ │ ├── ncEncCrypt2.pas │ │ ├── ncEncDes.pas │ │ ├── ncEncHaval.pas │ │ ├── ncEncIce.pas │ │ ├── ncEncIdea.pas │ │ ├── ncEncMars.pas │ │ ├── ncEncMd4.pas │ │ ├── ncEncMd5.pas │ │ ├── ncEncMisty1.pas │ │ ├── ncEncRc2.pas │ │ ├── ncEncRc4.pas │ │ ├── ncEncRc5.pas │ │ ├── ncEncRc6.pas │ │ ├── ncEncRijndael.pas │ │ ├── ncEncRipemd128.pas │ │ ├── ncEncRipemd160.pas │ │ ├── ncEncSerpent.pas │ │ ├── ncEncSha1.pas │ │ ├── ncEncSha256.pas │ │ ├── ncEncSha512.pas │ │ ├── ncEncTea.pas │ │ ├── ncEncTiger.pas │ │ └── ncEncTwofish.pas │ │ ├── NetComRegister.dcr │ │ ├── NetComRegister.pas │ │ ├── _ncLines.pas │ │ ├── ncCommandHandlers.pas │ │ ├── ncCommandPacking.pas │ │ ├── ncCompression.pas │ │ ├── ncDBCnt.pas │ │ ├── ncDBCommands.pas │ │ ├── ncDBSrv.pas │ │ ├── ncEncryption.pas │ │ ├── ncLines.pas │ │ ├── ncPendingCommandsList.pas │ │ ├── ncSerializeADO.pas │ │ ├── ncSerializeValue.pas │ │ ├── ncSocketList.pas │ │ ├── ncSockets.pas │ │ ├── ncSources.pas │ │ └── ncThreads.pas ├── ReadMe.txt ├── VirtualTrees.BaseTree.pas ├── VirtualTrees.pas └── VirtualTrees.res ├── LICENSE ├── O_chattings10.png ├── Ollama_Git.png ├── OllmaClient_Defines.inc ├── Ollma_Client.Artwork └── Windows │ ├── AppIcon.icns │ ├── AppIcon.ico │ ├── Uwp_150.png │ └── Uwp_44.png ├── Ollma_Client.dpr ├── Ollma_Client.dproj ├── Ollma_Client.dres ├── Ollma_Client.res ├── Ollma_ClientResource.rc ├── README.md ├── SpeechLib_TLB.pas ├── Unit_About.dfm ├── Unit_About.pas ├── Unit_AliveOllama.dfm ├── Unit_AliveOllama.pas ├── Unit_ChattingBoxClass.dfm ├── Unit_ChattingBoxClass.pas ├── Unit_Common.pas ├── Unit_DMServer.dfm ├── Unit_DMServer.pas ├── Unit_DosCommander.dfm ├── Unit_DosCommander.pas ├── Unit_HistoryManager.pas ├── Unit_ImageDropDown.pas ├── Unit_Jsonworks.pas ├── Unit_MRUManager.pas ├── Unit_Main.dfm ├── Unit_Main.pas ├── Unit_Main.vlb ├── Unit_RMBroker.dfm ├── Unit_RMBroker.pas ├── Unit_RMBroker.vlb ├── Unit_RequestDialog.dfm ├── Unit_RequestDialog.pas ├── Unit_SysInfo.pas ├── Unit_Translator.dfm ├── Unit_Translator.pas ├── Unit_Welcome.dfm ├── Unit_Welcome.pas ├── beep0.wav ├── beep1.wav ├── logollama.png ├── ollamawaiting.gif └── ollamawin.gif /Android/AndroidManifest.template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/AndroidManifest.template.xml -------------------------------------------------------------------------------- /Android/DW.Androidapi.JNI.Widget.Toast.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/DW.Androidapi.JNI.Widget.Toast.pas -------------------------------------------------------------------------------- /Android/DW.JSON.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/DW.JSON.pas -------------------------------------------------------------------------------- /Android/DW.Toast.Android.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/DW.Toast.Android.pas -------------------------------------------------------------------------------- /Android/MaterialOxfordBlueSE_Android.style: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/MaterialOxfordBlueSE_Android.style -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_AdaptiveIcon_Background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_AdaptiveIcon_Background.xml -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_AdaptiveIcon_Foreground.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_AdaptiveIcon_Foreground.xml -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_AdaptiveIcon_Monochrome.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_AdaptiveIcon_Monochrome.xml -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_LauncherIcon_144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_LauncherIcon_144x144.png -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_LauncherIcon_192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_LauncherIcon_192x192.png -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_LauncherIcon_36x36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_LauncherIcon_36x36.png -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_LauncherIcon_48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_LauncherIcon_48x48.png -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_LauncherIcon_72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_LauncherIcon_72x72.png -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_LauncherIcon_96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_LauncherIcon_96x96.png -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_NotificationIcon_24x24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_NotificationIcon_24x24.png -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_NotificationIcon_36x36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_NotificationIcon_36x36.png -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_NotificationIcon_48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_NotificationIcon_48x48.png -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_NotificationIcon_72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_NotificationIcon_72x72.png -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_NotificationIcon_96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_NotificationIcon_96x96.png -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_PlayStoreAppIcon_512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_PlayStoreAppIcon_512x512.png -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_SplashImage_426x320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_SplashImage_426x320.png -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_SplashImage_470x320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_SplashImage_470x320.png -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_SplashImage_640x480.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_SplashImage_640x480.png -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_SplashImage_960x720.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_SplashImage_960x720.png -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_VectorizedNotificationIcon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_VectorizedNotificationIcon.xml -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_VectorizedSplash.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_VectorizedSplash.xml -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_VectorizedSplashDark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_VectorizedSplashDark.xml -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_VectorizedSplashV31.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_VectorizedSplashV31.xml -------------------------------------------------------------------------------- /Android/OllamaClient.Artwork/Android/FM_VectorizedSplashV31Dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.Artwork/Android/FM_VectorizedSplashV31Dark.xml -------------------------------------------------------------------------------- /Android/OllamaClient.deployproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.deployproj -------------------------------------------------------------------------------- /Android/OllamaClient.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.dpr -------------------------------------------------------------------------------- /Android/OllamaClient.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.dproj -------------------------------------------------------------------------------- /Android/OllamaClient.dres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.dres -------------------------------------------------------------------------------- /Android/OllamaClient.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClient.res -------------------------------------------------------------------------------- /Android/OllamaClientResource.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/OllamaClientResource.rc -------------------------------------------------------------------------------- /Android/Unit_Collections.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/Unit_Collections.pas -------------------------------------------------------------------------------- /Android/Unit_Main.fmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/Unit_Main.fmx -------------------------------------------------------------------------------- /Android/Unit_Main.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/Unit_Main.pas -------------------------------------------------------------------------------- /Android/Unit_Main.vlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/Unit_Main.vlb -------------------------------------------------------------------------------- /Android/Unit_Setting.LgXhdpiPh.fmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/Unit_Setting.LgXhdpiPh.fmx -------------------------------------------------------------------------------- /Android/Unit_Setting.NmXhdpiPh.fmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/Unit_Setting.NmXhdpiPh.fmx -------------------------------------------------------------------------------- /Android/Unit_Setting.fmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/Unit_Setting.fmx -------------------------------------------------------------------------------- /Android/Unit_Setting.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/Unit_Setting.pas -------------------------------------------------------------------------------- /Android/ollama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/ollama.png -------------------------------------------------------------------------------- /Android/ollamallava.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Android/ollamallava.png -------------------------------------------------------------------------------- /Images/GitHub_Icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/GitHub_Icon2.png -------------------------------------------------------------------------------- /Images/GitHub_Icon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/GitHub_Icon3.png -------------------------------------------------------------------------------- /Images/O_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/O_about.png -------------------------------------------------------------------------------- /Images/O_chattings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/O_chattings.png -------------------------------------------------------------------------------- /Images/O_chattings10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/O_chattings10.png -------------------------------------------------------------------------------- /Images/O_chattings2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/O_chattings2.png -------------------------------------------------------------------------------- /Images/O_chattings3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/O_chattings3.png -------------------------------------------------------------------------------- /Images/O_chattings4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/O_chattings4.png -------------------------------------------------------------------------------- /Images/O_chattings5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/O_chattings5.png -------------------------------------------------------------------------------- /Images/O_chattings6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/O_chattings6.png -------------------------------------------------------------------------------- /Images/O_chattings7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/O_chattings7.png -------------------------------------------------------------------------------- /Images/O_chattings8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/O_chattings8.png -------------------------------------------------------------------------------- /Images/O_chattings9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/O_chattings9.png -------------------------------------------------------------------------------- /Images/O_skin_themes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/O_skin_themes.png -------------------------------------------------------------------------------- /Images/O_welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/O_welcome.png -------------------------------------------------------------------------------- /Images/android_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/android_1.png -------------------------------------------------------------------------------- /Images/android_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/android_2.png -------------------------------------------------------------------------------- /Images/android_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/android_3.png -------------------------------------------------------------------------------- /Images/sn_20240618_070418_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/sn_20240618_070418_1.png -------------------------------------------------------------------------------- /Images/sn_20240618_071403_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/sn_20240618_071403_1.png -------------------------------------------------------------------------------- /Images/sn_20240618_071425_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Images/sn_20240618_071425_1.png -------------------------------------------------------------------------------- /Include/DosCommand/DosCommand.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/DosCommand/DosCommand.pas -------------------------------------------------------------------------------- /Include/EasyJson.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/EasyJson.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncBlockciphers.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncBlockciphers.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncBlowfish.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncBlowfish.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncCast128.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncCast128.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncCast256.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncCast256.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncCrypt2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncCrypt2.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncDes.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncDes.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncHaval.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncHaval.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncIce.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncIce.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncIdea.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncIdea.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncMars.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncMars.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncMd4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncMd4.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncMd5.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncMd5.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncMisty1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncMisty1.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncRc2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncRc2.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncRc4.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncRc4.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncRc5.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncRc5.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncRc6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncRc6.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncRijndael.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncRijndael.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncRipemd128.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncRipemd128.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncRipemd160.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncRipemd160.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncSerpent.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncSerpent.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncSha1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncSha1.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncSha256.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncSha256.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncSha512.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncSha512.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncTea.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncTea.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncTiger.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncTiger.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/Encryption/ncEncTwofish.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/Encryption/ncEncTwofish.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/NetComRegister.dcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/NetComRegister.dcr -------------------------------------------------------------------------------- /Include/NetCom7/Source/NetComRegister.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/NetComRegister.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/_ncLines.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/_ncLines.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/ncCommandHandlers.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/ncCommandHandlers.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/ncCommandPacking.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/ncCommandPacking.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/ncCompression.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/ncCompression.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/ncDBCnt.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/ncDBCnt.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/ncDBCommands.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/ncDBCommands.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/ncDBSrv.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/ncDBSrv.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/ncEncryption.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/ncEncryption.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/ncLines.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/ncLines.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/ncPendingCommandsList.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/ncPendingCommandsList.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/ncSerializeADO.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/ncSerializeADO.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/ncSerializeValue.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/ncSerializeValue.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/ncSocketList.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/ncSocketList.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/ncSockets.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/ncSockets.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/ncSources.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/ncSources.pas -------------------------------------------------------------------------------- /Include/NetCom7/Source/ncThreads.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/NetCom7/Source/ncThreads.pas -------------------------------------------------------------------------------- /Include/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/ReadMe.txt -------------------------------------------------------------------------------- /Include/VirtualTrees.BaseTree.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/VirtualTrees.BaseTree.pas -------------------------------------------------------------------------------- /Include/VirtualTrees.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/VirtualTrees.pas -------------------------------------------------------------------------------- /Include/VirtualTrees.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Include/VirtualTrees.res -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/LICENSE -------------------------------------------------------------------------------- /O_chattings10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/O_chattings10.png -------------------------------------------------------------------------------- /Ollama_Git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Ollama_Git.png -------------------------------------------------------------------------------- /OllmaClient_Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/OllmaClient_Defines.inc -------------------------------------------------------------------------------- /Ollma_Client.Artwork/Windows/AppIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Ollma_Client.Artwork/Windows/AppIcon.icns -------------------------------------------------------------------------------- /Ollma_Client.Artwork/Windows/AppIcon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Ollma_Client.Artwork/Windows/AppIcon.ico -------------------------------------------------------------------------------- /Ollma_Client.Artwork/Windows/Uwp_150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Ollma_Client.Artwork/Windows/Uwp_150.png -------------------------------------------------------------------------------- /Ollma_Client.Artwork/Windows/Uwp_44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Ollma_Client.Artwork/Windows/Uwp_44.png -------------------------------------------------------------------------------- /Ollma_Client.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Ollma_Client.dpr -------------------------------------------------------------------------------- /Ollma_Client.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Ollma_Client.dproj -------------------------------------------------------------------------------- /Ollma_Client.dres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Ollma_Client.dres -------------------------------------------------------------------------------- /Ollma_Client.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Ollma_Client.res -------------------------------------------------------------------------------- /Ollma_ClientResource.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Ollma_ClientResource.rc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/README.md -------------------------------------------------------------------------------- /SpeechLib_TLB.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/SpeechLib_TLB.pas -------------------------------------------------------------------------------- /Unit_About.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_About.dfm -------------------------------------------------------------------------------- /Unit_About.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_About.pas -------------------------------------------------------------------------------- /Unit_AliveOllama.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_AliveOllama.dfm -------------------------------------------------------------------------------- /Unit_AliveOllama.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_AliveOllama.pas -------------------------------------------------------------------------------- /Unit_ChattingBoxClass.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_ChattingBoxClass.dfm -------------------------------------------------------------------------------- /Unit_ChattingBoxClass.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_ChattingBoxClass.pas -------------------------------------------------------------------------------- /Unit_Common.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_Common.pas -------------------------------------------------------------------------------- /Unit_DMServer.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_DMServer.dfm -------------------------------------------------------------------------------- /Unit_DMServer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_DMServer.pas -------------------------------------------------------------------------------- /Unit_DosCommander.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_DosCommander.dfm -------------------------------------------------------------------------------- /Unit_DosCommander.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_DosCommander.pas -------------------------------------------------------------------------------- /Unit_HistoryManager.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_HistoryManager.pas -------------------------------------------------------------------------------- /Unit_ImageDropDown.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_ImageDropDown.pas -------------------------------------------------------------------------------- /Unit_Jsonworks.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_Jsonworks.pas -------------------------------------------------------------------------------- /Unit_MRUManager.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_MRUManager.pas -------------------------------------------------------------------------------- /Unit_Main.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_Main.dfm -------------------------------------------------------------------------------- /Unit_Main.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_Main.pas -------------------------------------------------------------------------------- /Unit_Main.vlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_Main.vlb -------------------------------------------------------------------------------- /Unit_RMBroker.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_RMBroker.dfm -------------------------------------------------------------------------------- /Unit_RMBroker.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_RMBroker.pas -------------------------------------------------------------------------------- /Unit_RMBroker.vlb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_RMBroker.vlb -------------------------------------------------------------------------------- /Unit_RequestDialog.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_RequestDialog.dfm -------------------------------------------------------------------------------- /Unit_RequestDialog.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_RequestDialog.pas -------------------------------------------------------------------------------- /Unit_SysInfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_SysInfo.pas -------------------------------------------------------------------------------- /Unit_Translator.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_Translator.dfm -------------------------------------------------------------------------------- /Unit_Translator.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_Translator.pas -------------------------------------------------------------------------------- /Unit_Welcome.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_Welcome.dfm -------------------------------------------------------------------------------- /Unit_Welcome.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/Unit_Welcome.pas -------------------------------------------------------------------------------- /beep0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/beep0.wav -------------------------------------------------------------------------------- /beep1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/beep1.wav -------------------------------------------------------------------------------- /logollama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/logollama.png -------------------------------------------------------------------------------- /ollamawaiting.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/ollamawaiting.gif -------------------------------------------------------------------------------- /ollamawin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuichanKIM/Ollama-Delphi-GUI/HEAD/ollamawin.gif --------------------------------------------------------------------------------