SpaceLLama의 버전 기록 - 6개 버전
SpaceLLama 제작자: thecookingsenpai
SpaceLLama의 버전 기록 - 6개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
- Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함
버전 1.4
2025년 3월 11일에 출시 - 74.09 KBfirefox 58.0 이상에서 작동Added a proper timeout and retry system to avoid timeouts on slower Ollama serversWTFPL에 따라 릴리스된 소스 코드
버전 1.2
2024년 10월 14일에 출시 - 1.56 MBfirefox 58.0 이상에서 작동Improved context window management in ollama requestsWTFPL에 따라 릴리스된 소스 코드
버전 1.1
2024년 10월 13일에 출시 - 832.27 KBfirefox 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에 따라 릴리스된 소스 코드