Skip to content

Commit a84679b

Browse files
committed
chore: prep for v0.0.5 release.
1 parent 1d7f22d commit a84679b

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## v0.0.5 - 2024-02-17
6+
7+
- Feature: ollama support for ask, chat and play commands.
8+
59
## v0.0.4 - 2024-01-22
610

711
This release focuses on fixing `arey play` command on Windows/WSL2 and multiple

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
55
Arey is a simple large language model app.
66

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

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

@@ -113,7 +114,8 @@ If you've a GPU, try the following installation instead.
113114
- [x] Chat and task modes for interactive or batch queries
114115
- [x] Define new tasks with only a prompt, no code. See docs/samples directory
115116
for examples.
116-
- [x] Markdown formatting for chat mode
117+
- [x] Markdown formatting for chat mode.
118+
- [x] Ollama support.
117119
- [ ] Command support in chat. E.g., logs, change model, copy, clear, etc.
118120
- [ ] Discover prompts from user directory
119121
- [ ] Manage prompts and create new interactively

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "arey"
7-
version = "0.0.4"
7+
version = "0.0.5"
88
requires-python = '>=3.10'
99
description = 'Simple large language model app.'
1010
authors = [{ name = 'codito', email = 'codito@codito.in' }]

0 commit comments

Comments
 (0)