SpaceLLama version history - 6 versions
SpaceLLama by thecookingsenpai
SpaceLLama version history - 6 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.6
Released Mar 11, 2025 - 74.17 KBWorks with firefox 58.0 and laterBetter promptingSource code released under WTFPL
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.5
Released Mar 11, 2025 - 73.27 KBWorks with firefox 58.0 and laterImproved UXSource code released under WTFPL
Version 1.4
Released Mar 11, 2025 - 74.09 KBWorks with firefox 58.0 and laterAdded a proper timeout and retry system to avoid timeouts on slower Ollama serversSource code released under WTFPL
Version 1.2
Released Oct 14, 2024 - 1.56 MBWorks with firefox 58.0 and laterImproved context window management in ollama requestsSource code released under WTFPL
Version 1.1
Released Oct 13, 2024 - 832.27 KBWorks with firefox 58.0 and later- # Changelog
## [1.1] - 2024-03-19
### Added
- New `model_tokens.json` file containing token limits for various Ollama models.
- Dynamic token limit updating based on selected model in options.
- Automatic loading of model-specific token limits from `model_tokens.json`.
- Chunking and recursive summary for long pages
- Better handling of markdown returns
### Changed
- Updated `manifest.json` to include `model_tokens.json` as a web accessible resource.
- Modified `options.js` to handle dynamic token limit updates:
- Added `loadModelTokens()` function to fetch model token data.
- Added `updateTokenLimit()` function to update token limit based on selected model.
- Updated `restoreOptions()` function to incorporate dynamic token limit updating.
- Added event listener for model selection changes.
### Improved
- User experience in options page with automatic token limit updates.
- Flexibility in handling different models and their respective token limits.
### Fixed
- Potential issues with incorrect token limits for different models.Source code released under WTFPL
Version 1.0
Released Oct 11, 2024 - 65 KBWorks with firefox 58.0 and laterSource code released under WTFPL