Skip to content

Commit 05916c1

Browse files
committed
docs
1 parent 51a0860 commit 05916c1

6 files changed

Lines changed: 32 additions & 0 deletions

File tree

README.md

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

33
A desktop chat client for [Ollama](https://ollama.com) that also talks to OpenAI and Anthropic — one app for local and cloud models, built with Electron, React, and TypeScript.
44

5+
![Chat view with a local Ollama model](docs/screenshots/chat.png)
6+
57
## Features
68

79
- **Multi-provider chat** — local Ollama models plus OpenAI and Anthropic, with streaming responses, in one interface.
@@ -16,6 +18,36 @@ A desktop chat client for [Ollama](https://ollama.com) that also talks to OpenAI
1618
- **Data export/import** — back up or move your chat history.
1719
- **Auto-updates** — packaged builds check GitHub Releases for new versions.
1820

21+
## Screenshots
22+
23+
<details>
24+
<summary>Server, system info, and model catalog</summary>
25+
26+
![Ollama server settings, system specs, and available models](docs/screenshots/settings-server.png)
27+
28+
</details>
29+
30+
<details>
31+
<summary>Browsing and pulling models</summary>
32+
33+
![Model catalog with recommendations based on your hardware](docs/screenshots/settings-models.png)
34+
35+
</details>
36+
37+
<details>
38+
<summary>Chat defaults and prompt library</summary>
39+
40+
![Default model parameters and saved prompt presets](docs/screenshots/settings-chat-defaults.png)
41+
42+
</details>
43+
44+
<details>
45+
<summary>Data management and diagnostics</summary>
46+
47+
![Export/import/clear conversations and copy diagnostic info](docs/screenshots/settings-diagnostics.png)
48+
49+
</details>
50+
1951
## Installation
2052

2153
Download the latest installer for your platform from the [Releases](../../releases) page.

docs/screenshots/chat.png

191 KB
Loading
237 KB
Loading
240 KB
Loading
267 KB
Loading
231 KB
Loading

0 commit comments

Comments
 (0)