You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-19Lines changed: 4 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Lemonade Desktop Snap
2
2
3
-
Desktop client for local AI chat powered by [lemonade-server](https://github.com/kenvandine/lemonade-server-snap).
3
+
Desktop client for local AI chat powered by [lemonade-server](https://github.com/lemonade-sdk/lemonade-server-snap).
4
4
5
5
Lemonade provides a clean, user-friendly chat interface for interacting with large language models (LLMs) running locally on your machine, with support for GPU and NPU acceleration.
6
6
@@ -20,7 +20,7 @@ The server starts automatically after installation. Verify it is running with:
20
20
snap services lemonade-server
21
21
```
22
22
23
-
The desktop client connects to lemonade-server on **localhost port 8000** by default. See [Configuration](#configuration) to connect to a remote server.
23
+
The desktop client connects to lemonade-server on **localhost port 13305** by default.
24
24
25
25
## Installation
26
26
@@ -35,21 +35,6 @@ sudo snap install lemonade
35
35
- Runs entirely on your local machine for privacy
36
36
- Native Wayland and X11 support
37
37
38
-
## Configuration
39
-
40
-
By default, the client connects to lemonade-server at `http://127.0.0.1:8000`. You can configure the server URL:
41
-
42
-
```bash
43
-
sudo snap set lemonade server-url=http://192.168.1.100:8000
44
-
```
45
-
46
-
Changes take effect on the next app launch.
47
-
48
-
To reset to default:
49
-
50
-
```bash
51
-
sudo snap set lemonade server-url=http://127.0.0.1:8000
0 commit comments