OrChat v1.2.9
Changelog
✨ New Features
- Command History: Added the ability to navigate through previous commands by pressing the "up" arrow key. (#9)
- Markdown Output: Implemented support for displaying markdown formatting (bolding, code snippets, etc.) in the output. (#10)
🎨 UI/UX Improvements
- Enhanced Markdown Formatting: Improved how thinking and normal content are formatted and displayed using native Rich markdown. (#11)
- Improved Auto-completion: Enhancements have been made to the auto-completion feature for a smoother user experience.
🛠️ Technical Improvements
- Dynamic Max Token Management: Switched to using dynamic max tokens based on the model rather than a hardcoded value. (#14)
🐛 Bug Fixes
- Max Tokens Issue: Resolved an issue where max tokens were hardcoded, improving token management. (#12)
- Pricing Calculation Fix: Corrected pricing calculations by removing unnecessary division by 1000 and adjusting for
price/1ktoken calculations, also refined decimal places. (#16)
🙏 Thanks
- All features and bug fixes in this release were contributed by @e-ndorfin.
⬆️ Updating
To upgrade to this version from a previous one installed via pip, run:
pip install --upgrade orchat