code.oscarkilo.com/klex-git

Hash:
d099851fafced857251b7c972172f16cd29cdf4b
Author:
Igor Naverniouk <[email protected]>
Date:
Thu Nov 20 16:38:38 2025 -0800
Message:
README update
diff --git a/exemplary/README.md b/exemplary/README.md
index 2a32690..4b9a3b5 100644
--- a/exemplary/README.md
+++ b/exemplary/README.md
@@ -8,11 +8,13 @@ Take a look at the files in the `example` folder.
- `system_prompt.txt` explains the task, which is to summarize incoming mail.
- `2025-10-10.txt` is an example of a personal letter.
- `2025-10-10.out` is the desired output for that letter.
+- `2025-10-20.jpg` is a photo of a handwritten letter.
- `2025-11-11.txt` is another letter, whose output will be generated.

-To generate `2025-11-11.out`, run the following command in the
-`example/` directory.
+To generate `2025-10-20.out` and `2025-11-11.out`, run the following command
+in the `example/` directory.

```bash
go run oscarkilo.com/klex-git/exemplary
```
+
a/exemplary/README.md
b/exemplary/README.md
1
### Exemplary
1
### Exemplary
2
2
3
...is an AI tool for transforming documents based on a small set of
3
...is an AI tool for transforming documents based on a small set of
4
examples. Fittingly, let's demonstrate its use with an example.
4
examples. Fittingly, let's demonstrate its use with an example.
5
5
6
Take a look at the files in the `example` folder.
6
Take a look at the files in the `example` folder.
7
7
8
- `system_prompt.txt` explains the task, which is to summarize incoming mail.
8
- `system_prompt.txt` explains the task, which is to summarize incoming mail.
9
- `2025-10-10.txt` is an example of a personal letter.
9
- `2025-10-10.txt` is an example of a personal letter.
10
- `2025-10-10.out` is the desired output for that letter.
10
- `2025-10-10.out` is the desired output for that letter.
11
- `2025-10-20.jpg` is a photo of a handwritten letter.
11
- `2025-11-11.txt` is another letter, whose output will be generated.
12
- `2025-11-11.txt` is another letter, whose output will be generated.
12
13
13
To generate `2025-11-11.out`, run the following command in the
14
To generate `2025-10-20.out` and `2025-11-11.out`, run the following command
14
`example/` directory.
15
in the `example/` directory.
15
16
16
```bash
17
```bash
17
go run oscarkilo.com/klex-git/exemplary
18
go run oscarkilo.com/klex-git/exemplary
18
```
19
```
20