SpaceLLama 版本紀錄 - 6 個版本
SpaceLLama 作者: thecookingsenpai
SpaceLLama 版本紀錄 - 6 個版本
小心舊版本!這些版本只是提供來測試與參考用。您應該隨時用最新版的附加元件。
- 下載 Firefox 並安裝擴充套件必須使用 Firefox 才能使用此擴充套件
版本 1.4
發行於 2025年3月11日 - 74.09 KB適用於 firefox 58.0 與更新版本Added a proper timeout and retry system to avoid timeouts on slower Ollama servers原始碼依照 WTFPL 條款釋出
版本 1.2
發行於 2024年10月14日 - 1.56 MB適用於 firefox 58.0 與更新版本Improved context window management in ollama requests原始碼依照 WTFPL 條款釋出
版本 1.1
發行於 2024年10月13日 - 832.27 KB適用於 firefox 58.0 與更新版本- # 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.原始碼依照 WTFPL 條款釋出