Skip to content

Commit

Permalink
Pull contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
MassimilianoPasquini97 committed Jan 11, 2024
1 parent d801a9e commit 3332fa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# raycast-ollama Changelog

## [Improvement] 2024-01-11
## [Improvement] - 2024-01-11

- **Command 'Translate'**: now is required to specify the destination language.

## [BugFix] 2024-01-02
## [BugFix] - 2024-01-02

- **Command 'Manage Models'**: fixed bug that cause error `ollama-models | TypeError: Cannot read properties of undefined (reading 'split')` when model show information was undefined.
- **Command 'Chat With Ollama'**: fixed bug that cause error `ollama-chat | SyntaxError: Expected ',' or '}' after property value in JSON at position 97` when Ollama chat api response with an unformatted JSON response.
- **Command 'Manage Models'**: fixed bug that cause error `ollama-models | SyntaxError: Unexpected non-whitespace character after JSON at position 30` when Ollama pull api response with an unformatted JSON response.

## [Improvement and BugFix] 2023-12-20
## [Improvement and BugFix] - 2023-12-20

- [Improvement] **Command 'Chat With Ollama'**: implemented the new Ollama chat feature, for use this command is now required at least Ollama v0.1.14.
- [Improvement] **Command 'Chat With Ollama'**: new tag `/image` permit to add an image from clipboard or more than one from Finder selection on the prompt. At least Ollama v0.1.15 and one multimodal model installed are required. Only PNG or JPG image are supported.
Expand Down

0 comments on commit 3332fa5

Please sign in to comment.