OllamaLab: a fully fledged AI assistant utilizing Ollama with Companion Mode for MacOS
Stars
34
Forks
3
Watchers
34
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
40
commits
Added refresh button to models. Added autocompletion on model pull by pressing tab. Fixed background color of pull model textfield.
3bbfe8fView on GitHubFixed a bug where an empty conversation would get stuck loading title when ollama is unavailable. Fixed swift 6 concurrency warnings.
f480b3bView on GitHubmoved appState interaction in ModelsView to interactor
6e83913View on GitHubModified the ModelsView title. Added error message if the ollama api returns an error on model pull.
b08bcf9View on GitHubAdded the ability to delete and pull models from ollama directly from within the app.
42a8e99View on GitHubReverted back to TextField due to onKeyPress modifier being broken...
2b2df7eView on GitHubFixed all existing tests, added a way to list existing downloaded models.
ec36bd5View on GitHubReturn but not Shift+Return will trigger sendMessage on the TextEditor
5a96c58View on GitHubModified TextField to allow for multiple lines to be displayed at once and allow scrolling for a better text editing experience.
c627ac8View on GitHub