We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2683b commit dfe4b72Copy full SHA for dfe4b72
2 files changed
CHANGELOG.md
@@ -134,3 +134,14 @@
134
135
### Fixed
136
- Segmentation fault when PyQT app is reinitialized
137
+
138
+## [0.1.12] - 2025-04-11
139
140
+### Added
141
+* Support for OpenRouter models
142
+* Return token cost when cost mapping is provided
143
+* Support for custom prompts
144
+* Support for parsing Excel and PowerPoint files
145
146
+### Changed
147
+* Set default `router_priority` to `speed`
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "lexoid"
3
-version = "0.1.11-1"
+version = "0.1.12"
4
description = ""
5
authors = []
6
readme = "README.md"
0 commit comments