Skip to content

Commit

Permalink
Update version.json
Browse files Browse the repository at this point in the history
[ 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`
  • Loading branch information
RMNCLDYO authored Apr 22, 2024
1 parent be6a00b commit e182589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v1.2.0"
"version": "v1.2.1"
}

0 comments on commit e182589

Please sign in to comment.