You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 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`
Copy file name to clipboardExpand all lines: .github/CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,21 @@ All notable changes to the project will be documented in this file.
4
4
5
5
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).
6
6
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`
0 commit comments