Releases: MassimilianoPasquini97/raycast_ollama
Releases · MassimilianoPasquini97/raycast_ollama
2023-07-31
- 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
- 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
- [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.