mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-26 07:54:45 +00:00
parent
aefac5cc85
commit
6c321a3a15
2 changed files with 9 additions and 1 deletions
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
(v0_4_1)=
|
||||
## 0.4.1 (2023-06-17)
|
||||
|
||||
- LLM can now be installed using Homebrew: `brew install simonw/llm/llm`. [#50](https://github.com/simonw/llm/issues/50)
|
||||
- `llm` is now styled LLM in the documentation. [#45](https://github.com/simonw/llm/issues/45)
|
||||
- Examples in documentation now include a copy button. [#43](https://github.com/simonw/llm/issues/43)
|
||||
- `llm templates` command no longer has its display disrupted by newlines. [#42](https://github.com/simonw/llm/issues/42)
|
||||
- `llm templates` command now includes system prompt, if set. [#44](https://github.com/simonw/llm/issues/44)
|
||||
|
||||
(v0_4)=
|
||||
## 0.4 (2023-06-17)
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup
|
||||
import os
|
||||
|
||||
VERSION = "0.4"
|
||||
VERSION = "0.4.1"
|
||||
|
||||
|
||||
def get_long_description():
|
||||
|
|
|
|||
Loading…
Reference in a new issue