Skip to content

Commit 8e3a693

Browse files
committed
Update readme and settings version
1 parent edf4f82 commit 8e3a693

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## [Try MinimalGPT/MinimalClaude/MinimalCustom (Public Site)](https://minimalgpt.app/)
22

33
![Build Status](https://img.shields.io/badge/build-passing-brightgreen)
4-
![Version](https://img.shields.io/badge/version-5.0.7-blue)
4+
![Version](https://img.shields.io/badge/version-5.0.8-blue)
55
![License](https://img.shields.io/badge/license-MIT-green)
66

77
**MinimalChat** is an open-source LLM chat web app designed to be as self-contained as possible. All conversations are stored locally on the client's device, with the only information being sent to the server being API calls to GPT or Claude (uses a CORS proxy) chat when the user sends a message and when a user saves a conversation to generate a conversation title.
@@ -14,6 +14,14 @@
1414

1515
---
1616

17+
## Check Out the Wiki! (WIP)
18+
19+
### [Take me to the Wiki](https://github.com/fingerthief/minimal-chat/wiki)
20+
21+
---
22+
23+
<br>
24+
1725
> ⚠️ **Note**: You must input your **OpenAI API** Key for GPT3 or GPT4 in order for **GPT** models to function.
1826
1927
> ⚠️ **Note**: You must input your **Anthropic Claude-3 API** Key in order for the **Claude** model to function.

src/components/settings-dialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function toggleSidebar() {
6969
<span @click="reloadPage">
7070
<RefreshCcw :size="23" :stroke-width="2" />
7171
</span>
72-
Settings | V5.0.7
72+
Settings | V5.0.8
7373
</h2>
7474
</div>
7575
<div class="sidebar-content-container">

0 commit comments

Comments
 (0)