Skip to content

Commit 56f8075

Browse files
Updated READMEs
1 parent 2c45da5 commit 56f8075

File tree

11 files changed

+9
-9
lines changed

11 files changed

+9
-9
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The **Model Context Protocol (MCP)** is implemented here to orchestrate the rout
4242

4343
> Folder structure details are explained in `docs/STRUCTURE.md`
4444
45-
![Workflow](docs/images/workflow.png)
45+
![Workflow](docs/media/images/workflow.png)
4646

4747
## Setup
4848

examples/docs/WEBUI.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ When the website loads, the **Chat** tool is selected by default.
66

77
- You can ask the model anything, and it will respond with a brief answer (typically around 160 words).
88

9-
![Landing Page](images/landing-page.png)
9+
![Landing Page](media/images/landing-page.png)
1010

1111
For example, asking: Print hello world in C will result in:
1212

13-
![Chat Output](images/chat.png)
13+
![Chat Output](media/images/chat.png)
1414

1515
- You can continue chatting with the model by asking questions in the textarea below.
1616
- The previous chats will be visible as you keep asking more questions, **as long as you don't change the tool**.
@@ -29,19 +29,19 @@ Both tools use the same file selection interface. So we will demonstrate the fol
2929
### Explain Code Tool
3030
For this example, we have chosen the `cicd.groovy` file present in `llamacppport` of `zopencommunity`
3131

32-
![GitHub File Selection](images/github-file.png)
32+
![GitHub File Selection](media/images/github-file.png)
3333

3434
You can optionally highlight specific sections of the file.
3535

3636
Here we have asked the model to explain the **stage('Build')** part of the code.
3737

3838
After the **Submit** button is pressed, the file information is structured like this and the extracted code is given to the `llama-server` to generate a response.
3939

40-
![Formatted File Information](images/github-req.png)
40+
![Formatted File Information](media/images/github-req.png)
4141

4242
The explanation is then shown:
4343

44-
![Explain Code Output](images/explain-res.png)
44+
![Explain Code Output](media/images/explain-res.png)
4545

4646
To use the Explain Code tool again, press the `Start Over` button, which resets the form with **Zopencommunity GitHub** as the default source.
4747

@@ -50,14 +50,14 @@ For this example, we have chosen a sample calculator file `calc.py` present on t
5050

5151
It contains four functions for **addition**, **subtraction**, **multiplication**, and **division**.
5252

53-
![Local File Selection](images/local-file.png)
53+
![Local File Selection](media/images/local-file.png)
5454

5555
On submission, the file and context are formatted as:
5656

57-
![Formatted File Information](images/local-req.png)
57+
![Formatted File Information](media/images/local-req.png)
5858

5959
The generated test cases are displayed like this:
6060

61-
![Test Generation Output](images/generate-res.png)
61+
![Test Generation Output](media/images/generate-res.png)
6262

6363
### The file structure is explained in the `docs/STRUCTURE.md` file, and the documentation with steps for setup is in the `README.md`

examples/docs/images/chat.png

-166 KB
Binary file not shown.
-902 KB
Binary file not shown.
-664 KB
Binary file not shown.
-313 KB
Binary file not shown.
-307 KB
Binary file not shown.
-430 KB
Binary file not shown.
-233 KB
Binary file not shown.

examples/docs/images/local-req.png

-310 KB
Binary file not shown.

0 commit comments

Comments
 (0)