Skip to content

Commit b6115ce

Browse files
committed
docs: update version and readme
1 parent ae645fd commit b6115ce

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Kisahari, a personal journaling app where you can chat with your entries locally
44

55
## Motivation
66

7-
I just want a personal journal app where i keep the data locally, while having the power to chat with it using local LLM.
7+
A personal journal app where we keep the data locally, while having the power to chat with it using local LLM.
88

99
## Features
1010

@@ -16,10 +16,16 @@ I just want a personal journal app where i keep the data locally, while having t
1616
- Local embedding
1717
- In-memory Vector DB
1818
- Entries stored in IndexedDB
19+
- Model selection for Ollama & OpenAI
1920

2021
## Todo / Ideas
2122

2223
- [x] Option to use OpenAI API
24+
- [x] Model selection for OpenAI
25+
- [ ] Mobile responsive design
26+
- [ ] Allow ollama model pull from within the app
27+
- [ ] Allow theme customization
28+
- [ ] Support markdown
2329
- [ ] Turn into PWA
2430
- [ ] Turn into Tauri app (Desktop)
2531

@@ -52,3 +58,7 @@ bun run build
5258
## Contribute
5359

5460
Feel free to open issue and create PR :)
61+
62+
## Contributors
63+
64+
[<img src="https://github.com/0xn1.png" width="48">](https://github.com/0xn1) [<img src="https://github.com/apikmeister.png" width="48">](https://github.com/apikmeister) [<img src="https://github.com/luqmanrom.png" width="48">](https://github.com/luqmanrom)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kisahari",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

src/app/home.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import useLocalStorage from "@/hooks/use-local-storage";
1818

1919
const data = {
2020
title: "KISAHARI",
21-
version: "v020",
21+
version: "v030",
2222
footer: {
2323
left_copy: "YOUR PERSONAL JOURNAL",
2424
right_copy: "KISAHARI © 2024",

0 commit comments

Comments
 (0)