Skip to content

Releases: MassimilianoPasquini97/raycast_ollama

2023-07-31

31 Jul 07:53
Compare
Choose a tag to compare
  • New Command 'Ask Ollama with Custom Prompt' permit to use ask Ollama using a custom prompt. Use it with Quicklinks for create a custom Command.
  • New Command 'Custom Command' permit to create custom command for perform task on selected text. Use it with Quicklinks for create a custom Command.
  • Code improvement.

2023-07-30

30 Jul 13:47
Compare
Choose a tag to compare
  • Command 'Ask Ollama' no longer use fallback for text, replaced with query.
  • Inference statistics disabled by default and can be enable from extension preferences.
  • Text is displayed realtime.

2023-07-29

29 Jul 21:34
Compare
Choose a tag to compare
  • [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.