From 7878656fb7753802df03530ef643e8a8997b8350 Mon Sep 17 00:00:00 2001 From: RMNCLDYO <153027766+RMNCLDYO@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:49:02 -0400 Subject: [PATCH] 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` --- .github/CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index a9518c8..a90795a 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to the project will be documented in this file. 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). +## [1.2.1] - 2024-04-22 + +### 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.2.0] - 2024-03-23 ### Added