Skip to content

Commit 355d38d

Browse files
committed
Add suggested image
1 parent d21dd79 commit 355d38d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

units/en/unit2/lemonade-server.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,14 @@ You can then choose from a variety of models to run on your local machine. For t
124124

125125
![Lemonade Server Interface](https://raw.githubusercontent.com/lemonade-sdk/assets/refs/heads/main/huggingface_course/hf_lemonade.png)
126126

127-
Now lets enhance our end-to-end application by enabling access to local files and introducing an assistant that processes sensitive information entirely on-device. Specifically, this assistant will help us evaluate candidate resumes and support decision-making in the hiring process—all while keeping the data private and secure.
127+
Now let's enhance our end-to-end application by enabling access to local files and introducing an assistant that processes sensitive information entirely on-device. Specifically, this assistant will help us evaluate candidate resumes and support decision-making in the hiring process—all while keeping the data private and secure.
128128

129129
To do this, we'll use the [Desktop Commander](https://github.com/wonderwhy-er/desktop-commander) MCP server, which allows you to run commands on your local machine and provides comprehensive file system access, terminal control, and code editing capabilities.
130130

131131
Let's setup a project with a basic Tiny Agent.
132132

133133
```bash
134134
mkdir file-assistant
135-
touch file-assistant/agent.json
136135
cd file-assistant
137136
```
138137

@@ -193,6 +192,8 @@ Checkpoint: Menlo/Jan-nano-gguf:jan-nano-4b-Q4_0.gguf
193192
Recipe: llamacpp
194193
```
195194

195+
![Custom Model](https://raw.githubusercontent.com/lemonade-sdk/assets/refs/heads/main/huggingface_course/custom_model.png)
196+
196197
All done! Now let's give it a try.
197198

198199
### Taking it for a spin
@@ -332,7 +333,7 @@ Agent loaded with 18 tools:
332333
Now let's provide the asistant with some info to get started.
333334

334335
```
335-
» Read the contents of C:\Users\danie\mcp-sentiment\job_description.md
336+
» Read the contents of C:\Users\your_username\mcp-sentiment\job_description.md
336337
```
337338

338339
You should see the an output similar to the following:

0 commit comments

Comments
 (0)