SpaceLLama 版本历史 - 3 个版本
SpaceLLama 作者: thecookingsenpai
SpaceLLama 版本历史 - 3 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.2
发布于 2024年10月14日 - 1.56 MB适用于 firefox 58.0 及更高版本Improved context window management in ollama requests源代码遵循 WTFPL 发布
下载 Firefox 并安装扩展您需要 Firefox 来使用此扩展较早版本
版本 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 发布