Skip to content

Tags: paulrobello/parllama

Tags

v0.3.14

Toggle v0.3.14's commit message
Version 0.3.14

release-v0.3.14

Toggle release-v0.3.14's commit message
fix release upload

v0.3.13

Toggle v0.3.13's commit message
Version 0.3.13

release-v0.3.13

Toggle release-v0.3.13's commit message
fix release tagging again

v0.3.11

Toggle v0.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Core Update (#34)

* updated deps and readme
* updated llm core
* change tooling from black and pylint to ruff
* updated to use Textuals new theme system
* added support for max context size
* various bug fixes and cleanup
* handle updated return values from Ollama lib
* fix some theme and layout issues
* changed from pyperclip to clipman
* fixed LlmConfig loading
* added ctrl+shift+c to copy markdown fence data from chat message

release-v0.3.11

Toggle release-v0.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Core Update (#34)

* updated deps and readme
* updated llm core
* change tooling from black and pylint to ruff
* updated to use Textuals new theme system
* added support for max context size
* various bug fixes and cleanup
* handle updated return values from Ollama lib
* fix some theme and layout issues
* changed from pyperclip to clipman
* fixed LlmConfig loading
* added ctrl+shift+c to copy markdown fence data from chat message

v0.3.10

Toggle v0.3.10's commit message
Version 0.3.10

release-v0.3.10

Toggle release-v0.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug fixes (#30)

* reworking image messages
* fixed serialization issues
* added provider api key checks
* tweaked model refresh logic

v0.3.9

Toggle v0.3.9's commit message
Version 0.3.9

release-v0.3.9

Toggle release-v0.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/multi modal (#28)

* Image support for models that support them using /add.image slash command. See the [Quick start image chat workflow](#quick-start-image-chat-workflow)
* Add history support for both single and multi line input modes
* Fixed crash on models that dont have a license
* Fixed last model used not get used with new sessions