mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-03 19:34:44 +00:00
Fragment hash on 0.19 release
!stable-docs
This commit is contained in:
parent
c018104083
commit
e78fea17df
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
(v0_19)=
|
||||
## 0.19 (2024-12-01)
|
||||
|
||||
- Tokens used by a response are now logged to new `input_tokens` and `output_tokens` integer columns and a `token_details` JSON string column, for the default OpenAI models and models from other plugins that {ref}`implement this feature <advanced-model-plugins-usage>`. [#610](https://github.com/simonw/llm/issues/610)
|
||||
|
|
|
|||
Loading…
Reference in a new issue