Haaris Iqubal

Results 6 comments of Haaris Iqubal

In swiftui you can use .commands modifier just below Window Group ` CommandGroup(replacing: .appSettings){ Button("Preferences..."){ SettingsWindowController(panes: [SettingsViewController.GeneralPreferenceViewController()], style: .toolbarItems, animated: true, hidesToolbarForSingleItem: true) .show() } .keyboardShortcut(KeyEquivalent(","), modifiers: .command) }`

There is way we could manage a json file inside the project page which consist of model names so that we can able to load models on fly you could...

Are also thinking to add feature for sending request as files and images and get response from models?

Added the way to handle image upload and able to talk to multi modal modal, you can checkout the pull request I made https://github.com/kevinhermawan/Ollamac/pull/146, hope it will integrate inside the...

Regarding the request for PDF attachments, I’ve determined that this is a valuable feature for local LLM applications. This approach offers enhanced privacy and security by eliminating direct contact with...

Syntax highlighting is present you just need to open turn it on from settings as Syntax highlighting is in experimental feature currently.