tag:github.com,2008:https://github.com/enoch1118/ollamaGUI/releases Release notes from ollamaGUI 2024-03-13T12:14:30Z tag:github.com,2008:Repository/742295605/v1.2 2024-03-13T12:22:02Z v1.2 <h2>What's Changed</h2> <p>langchain preview test</p> <ul> <li> <p>fix bug that cannot save chat room option(top-k,systemprompt...)</p> </li> <li> <p>Readme by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/enoch1118/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/enoch1118">@enoch1118</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2169466924" data-permission-text="Title is private" data-url="https://github.com/enoch1118/ollamaGUI/issues/19" data-hovercard-type="pull_request" data-hovercard-url="/enoch1118/ollamaGUI/pull/19/hovercard" href="https://github.com/enoch1118/ollamaGUI/pull/19">#19</a></p> </li> <li> <p>Langchain by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/enoch1118/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/enoch1118">@enoch1118</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2183856159" data-permission-text="Title is private" data-url="https://github.com/enoch1118/ollamaGUI/issues/20" data-hovercard-type="pull_request" data-hovercard-url="/enoch1118/ollamaGUI/pull/20/hovercard" href="https://github.com/enoch1118/ollamaGUI/pull/20">#20</a></p> </li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/enoch1118/ollamaGUI/compare/20240305...v1.2"><tt>2024030...v1.2</tt></a></p> enoch1118 tag:github.com,2008:Repository/742295605/20240305 2024-03-05T15:04:11Z Ollamagui 1.1v <h2>What's Changed</h2> <ul> <li>system prompt support</li> <li>temperature support</li> <li>fix break line issue<br> <strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/enoch1118/ollamaGUI/compare/20240122...20240305"><tt>2024012...2024030</tt></a></li> </ul> enoch1118 tag:github.com,2008:Repository/742295605/20240122 2024-01-22T12:03:18Z 1.0v <h2>Ollamagui 1.0v- Release Notes</h2> <h3>What's New</h3> <p>This release of Ollamagui introduces support for macOS Sonoma (14.0+):</p> <h4>Floating Window and Multiwindow Chatting</h4> <p>Ollamagui now supports floating windows, allowing you to keep your chat open while working on other tasks. Additionally, the app allows for multiple windows, enabling you to manage different conversations more efficiently (though it does not support multithreading).</p> <h4>Model Management</h4> <p>You can now easily manage models directly from the Ollamagui GUI. Remove or install new models as needed to customize your experience.</p> <h3>Requirements</h3> <ul> <li><strong>Operating System:</strong> macOS Sonoma (14.0+)</li> <li><strong>Prerequisite:</strong> Ollama server installed</li> </ul> <h3>Installation Instructions</h3> <p>To install Ollamagui, follow these steps:</p> <ol> <li>Make sure you have the latest version of Ollama server installed. You can download it from <a href="https://ollama.com/downloads" rel="nofollow">Ollama's website</a>.</li> <li>Right-click on the downloaded .dmg file, select "Open," and then click "Open" in the dialog that appears when Gatekeeper blocks the installation due to an unknown developer ID.</li> <li>Go to <strong>System Preferences &gt; Security &amp; Privacy &gt; General</strong>. At the bottom of the window, you'll find a list of recently opened apps. Select Ollamagui and click <strong>"Allow"</strong> to authorize it.</li> <li>Launch Ollamagui from your Applications folder.</li> </ol> enoch1118