Extension Icon

Ollama AI

Perform Local Inference with Ollama
AvatarMassimiliano Pasquini
8,854 Installs
OverviewCommandsVersion History

Versions20

BugFix - March 12, 2024

  • [@almoce] Fixed missing first word in answer on Chat with Ollama.

Improvement and BugFix - March 2, 2024

  • [Improvement] [@AlexMcDermott] Screenshot on Clipboard can now be used on Chat with Ollama and Describe Content of Image.
  • [BugFix] Fixed error causing ModelView not showing if model was not configured.

BugFix - January 24, 2024

  • Fixed Cannot read properties of undefined (reading 'split') caused by API route '/api/show' responding with empty 'parameters' value for some models.

BugFix - January 12, 2024

  • Command 'Improve Writing': fixed error 'Preferred model is not configured in LocalStorage'.
  • Fixed typo on error code 'Prefered model is not configured in LocalStorage'.

Improvement - January 11, 2024

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

BugFix - January 2, 2024

  • 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 - December 20, 2023

  • [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.
  • [Improvement] Command 'Chat With Ollama': new extention setting "Chat Memory Messages" permit to chose how many messages use as memory. By default it use the last 20 messages.
  • [Improvement] Command 'Chat With Ollama': used tags and documents are now showed on metadata section.
  • [Improvement] New Command 'Describe Content of Image': describe the content of the image on the clipboard or 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.
  • [Improvement] New Command 'Get Text From Image': extract the text from the image on the 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.
  • [Improvement] Command 'Custom Command': implemented system prompt override and image selection. For image at least Ollama v0.1.15 and one multimodal model installed are required.
  • [Improvement] Command 'Create Custom Command': implemented the new features of 'Custom Command'.
  • [Improvement] Command 'Manage Models': show more information about installed models.
  • [Improvement] Extention setting 'Show Inference Statistics' moved to Actions, use CMD+Y to toggle on and off.
  • [BugFix] At Command startup it now verify if preferred model is installed, if not it prompt you to chose a new one.

Fixed spelling error in extension description - December 7, 2023

Improvement - November 30, 2023

  • [Improvement] Query you pdf or text based file with Ollama. More information on how to use is on README.md.
  • [Improvement] On Command 'Manage Models' is now possible to view all Modelfile parameters. If a specific parameter isn't set on Modelfile it display the default value.

BugFix

  • [BugFix] Fixed error ModelsOnRegistry.lengh undefined.
  • [BugFix] Fixed error SyntaxError: Unexpected end of JSON input caused by Ollama Generate API response no longer providing sample_count and sample_duration fields.

Improvement - October 21, 2023

  • [Improvement] New Preference 'Input Source' permit to chose input between 'Selected Text' or 'Clipboard'. Default to 'Selected Text'.
  • [Improvement] New Preference 'Enable Input Source Fallback' if enabled fallback to the other input source if main input is empty. Disabled by default.

Improvement and BugFix - September 18, 2023

  • [Improvement] Moved Model preferences to LocalStorage.
  • [Improvement] Is now possible to modify model on the go throw cmd + m shortcut.
  • [Improvement] Ollama Host is now configurable throw Preferences.
  • [Improvement] Metrics metadata now available on Chat Command. New metrics available: token/s, load_duration, sample_count, sample_duration.
  • [BugFix] Reduced re-rendering on models downloading.
  • Following command no longer available: ollama-ask, ollama-custom-ask, ollama-custom-chat.

Improvement - August 15, 2023

  • New command Chat with Ollama: an interactive chat (request / response) with possibility to save multiple conversation and resume them.
  • New command Create Custom Command: an easy way for create custom commands with quicklinks.
  • New command Manage Models: where you can view installed models, delete them and install new ones.

Improvement and BugFix - August 12, 2023

  • No longer needed custom MODFILEs.
  • Model no longer restricted to orca and llama. Now can be selected all available Ollama model.
  • Initial implementation of embeddings on code.
  • Resolved bug causing Metadata not showing up.

Improvement - August 11, 2023

Improvement and BugFix

  • Updated README.md with more information.
  • Changed localhost with 127.0.0.1 it seems more reliable.

Improvement - July 31, 2023

  • New Command 'Ask Ollama with Custom Prompt' permits to use ask Ollama using a custom prompt. Use it with Quicklinks to create a custom Command.
  • New Command 'Custom Command' permits the creation of a custom command for performing a task on selected text. Use it with Quicklinks to create a custom Command.
  • Code improvement.

Improvement - July 30, 2023

  • Command 'Ask Ollama' no longer use fallback for text, replaced with query.
  • Inference statistics are disabled by default and can be enabled from extension preferences.
  • Text is displayed in real-time.

Code Improvement and BugFix - July 29, 2023

  • [BugFix] Fixed custom model file path and base model name for llama2.
  • [Code Improvement] Better error handling.
  • [Code Improvement] Added JSDoc documentation.
  • [Code Improvement] Errors, Types, and Ollama functions moved out from main.tsx file.

Initial Version - July 28, 2023