- Feature: initial support for openai compatible servers.
- Feature: new models - Gemma 2, Llama 3.1, Codegeex 4.
- Fix: add readline support, update to latest llama-cpp for newer models including Gemma2 and so on.
- Feature: ollama support for ask, chat and play commands.
This release focuses on fixing arey play
command on Windows/WSL2 and multiple
performance fixes.
- Fix: don't reload model if settings remain unchanged.
- Fix: apply completion settings correctly including stop words.
- Fix: create config dir on Windows when absent.
- Fix: don't redirect stderr on Windows.
- Initial pre-alpha release 🚀
- Chat mode for continuous learning with an AI model.
- Ask mode for a stateless single task.
- And a Play mode for prompt fine-tuning like a playground. Use your editor to
update the prompt and
arey
will generate a response on save.