Skip to content

Commit 7878656

Browse files
authored
Update CHANGELOG.md
[ UPDATE ] - v1.2.1 ### Added - Added support for `llama-3` - Added syntax for exiting/quitting the program to the beginning of the conversation in `perplexity.py` - Added goodbye syntax to the end of the search request in `perplexity.py` ### Changed - Changed variable names in `config.py` - Set default models to models from config or env in `perplexity.py` - Updated syntax in `cli.py` ### Removed - Removed unused timeout in `client.py`
1 parent e182589 commit 7878656

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to the project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.1] - 2024-04-22
8+
9+
### Added
10+
- Added support for `llama-3`
11+
- Added syntax for exiting/quitting the program to the beginning of the conversation in `perplexity.py`
12+
- Added goodbye syntax to the end of the search request in `perplexity.py`
13+
14+
### Changed
15+
- Changed variable names in `config.py`
16+
- Set default models to models from config or env in `perplexity.py`
17+
- Updated syntax in `cli.py`
18+
19+
### Removed
20+
- Removed unused timeout in `client.py`
21+
722
## [1.2.0] - 2024-03-23
823

924
### Added

0 commit comments

Comments
 (0)