Skip to content

Commit

Permalink
Release 0.19a2
Browse files Browse the repository at this point in the history
Refs #640
  • Loading branch information
simonw committed Nov 21, 2024
1 parent c52cfee commit 335b3e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

(v0_19a2)=
## 0.19a2 (2024-11-20)

- `llm.get_models()` and `llm.get_async_models()` functions, {ref}`documented here <python-api-listing-models>`. [#640](https://github.com/simonw/llm/issues/640)

(v0_19a1)=
## 0.19a1 (2024-11-19)

Expand Down
2 changes: 2 additions & 0 deletions docs/python-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ print(response.text())
```
Some models do not use API keys at all.

(python-api-listing-models)=

### Listing models

The `llm.get_models()` list returns a list of all available models, including those from plugins.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

VERSION = "0.19a1"
VERSION = "0.19a2"


def get_long_description():
Expand Down

0 comments on commit 335b3e6

Please sign in to comment.