mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-23 21:05:49 +00:00
parent
491dd9b437
commit
b8e8052229
2 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
(v0_19_1)=
|
||||
## 0.19.1 (2024-12-05)
|
||||
|
||||
- FIxed bug where `llm.get_models()` and `llm.get_async_models()` returned the same model multiple times. [#667](https://github.com/simonw/llm/issues/667)
|
||||
|
||||
(v0_19)=
|
||||
## 0.19 (2024-12-01)
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup, find_packages
|
||||
import os
|
||||
|
||||
VERSION = "0.19"
|
||||
VERSION = "0.19.1"
|
||||
|
||||
|
||||
def get_long_description():
|
||||
|
|
|
|||
Loading…
Reference in a new issue