Skip to content

Commit

Permalink
chore: prep for v0.0.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
codito committed Feb 17, 2024
1 parent 1d7f22d commit a84679b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## v0.0.5 - 2024-02-17

- Feature: ollama support for ask, chat and play commands.

## v0.0.4 - 2024-01-22

This release focuses on fixing `arey play` command on Windows/WSL2 and multiple
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
Arey is a simple large language model app.

✓ Chat with your favorite local models. CPU friendly 🍀
✓ Ask the AI model with a single command.
✓ Supercharged in-context learning workflow ❤️ Edit your prompt in _any_ editor
🤖 Use any llama.cpp or ollama model.
💬 Chat with your favorite local models. CPU friendly 🍀
🙋 Ask the AI model with a single command.
📋 Supercharged in-context learning workflow ❤️ Edit your prompt in _any_ editor
and `arey` will generate a completion on save.
No telemetry, no internet, nothing to sell. Dedicated to the public domain.
🔓 No telemetry, no internet, nothing to sell. Dedicated to the public domain.

🚧 Much more to come... See **Roadmap** below.

Expand Down Expand Up @@ -113,7 +114,8 @@ If you've a GPU, try the following installation instead.
- [x] Chat and task modes for interactive or batch queries
- [x] Define new tasks with only a prompt, no code. See docs/samples directory
for examples.
- [x] Markdown formatting for chat mode
- [x] Markdown formatting for chat mode.
- [x] Ollama support.
- [ ] Command support in chat. E.g., logs, change model, copy, clear, etc.
- [ ] Discover prompts from user directory
- [ ] Manage prompts and create new interactively
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "arey"
version = "0.0.4"
version = "0.0.5"
requires-python = '>=3.10'
description = 'Simple large language model app.'
authors = [{ name = 'codito', email = '[email protected]' }]
Expand Down

0 comments on commit a84679b

Please sign in to comment.