Skip to content

Commit 28ffc7a

Browse files
committed
Add recording
1 parent 49fcc0e commit 28ffc7a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

units/en/unit2/lemonade-server.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ All done! Now let's give it a try.
198198

199199
### Taking it for a spin
200200

201+
![recording](https://raw.githubusercontent.com/lemonade-sdk/assets/refs/heads/main/huggingface_course/recording.gif)
202+
201203
Our goal is to create an assistant that can help us handle sensitive information locally. To do this, we'll first create a job description file for our assistant to work with.
202204

203205
Create a file called `job_description.md` in the `file-assistant` folder.
@@ -302,7 +304,7 @@ Add the following sample resume or include your own.
302304
We can then run the agent with the following command:
303305

304306
```bash
305-
tiny-agents run
307+
tiny-agents run agent.json
306308
```
307309

308310
You should see the following output:
@@ -349,6 +351,12 @@ Tool iNtxGmOuXHqZVBWmKnfxsc61xsJbsoAM
349351
The job description for the Senior Food Technology Engineer position emphasizes the need for a candidate who can bridge the gap between food science and artificial intelligence (...). Candidates are also expected to attend conferences and publish research on algorithmic cooking optimization.
350352
```
351353

354+
<Tip>
355+
356+
We are using the default system prompt, which may cause the assistant to call some tools multiple times. To create a more assertive assistant, you can provide a custom `PROMPT.md` file in the same directory as your `agent.json`.
357+
358+
</Tip>
359+
352360
Great! Now let's read the candidate's resume.
353361

354362
```

0 commit comments

Comments
 (0)