File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
66
7+ ## [ 0.1.53] - 2024-07-06
8+ ### Changed
9+ - changed model LLM model to gpt-4o
10+ - https://github.com/NotJoeMartinez/yt-fts/pull/157
11+
712## [ 0.1.52] - 2024-07-06
813### Added
914- ` llm ` command for Retrieval-Augmented Generation on channels with embeddings
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " yt-fts"
7- version = " 0.1.52 "
7+ version = " 0.1.53 "
88description = " Search all of a YouTube channel from the command line"
99readme = " README.md"
1010requires-python = " >=3.8"
Original file line number Diff line number Diff line change 2626 show_message
2727)
2828
29- YT_FTS_VERSION = "0.1.52 "
29+ YT_FTS_VERSION = "0.1.53 "
3030console = Console ()
3131
3232
You can’t perform that action at this time.
0 commit comments