Skip to content

Commit

Permalink
v0.1.53
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJoeMartinez committed Jul 7, 2024
1 parent 3854f85 commit 96c3f8f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [0.1.53] - 2024-07-06
### Changed
- changed model LLM model to gpt-4o
- https://github.com/NotJoeMartinez/yt-fts/pull/157

## [0.1.52] - 2024-07-06
### Added
- `llm` command for Retrieval-Augmented Generation on channels with embeddings
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "yt-fts"
version = "0.1.52"
version = "0.1.53"
description = "Search all of a YouTube channel from the command line"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion yt_fts/yt_fts.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
show_message
)

YT_FTS_VERSION = "0.1.52"
YT_FTS_VERSION = "0.1.53"
console = Console()


Expand Down

0 comments on commit 96c3f8f

Please sign in to comment.