Skip to content

Commit 7e4329d

Browse files
Updated image paths
1 parent bb95775 commit 7e4329d

File tree

12 files changed

+14
-12
lines changed

12 files changed

+14
-12
lines changed

.gitattributes

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* text working-tree-encoding=ISO8859-1
2-
*.pem text working-tree-encoding=UTF-8
3-
*.png binary
4-
*.gif binary
2+
*.pem text working-tree-encoding=UTF-8
3+
*.png -text
4+
*.gif -text
5+
*.mp4 -text
56
*.pax.Z binary

examples/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This project features:
1515

1616
The files can be extracted from the repositories in `zopencommunity` or the `local file system`.
1717
> For usage examples and UI walkthroughs, see `docs/WEBUI.md`
18+
<!-- > Video Demonstration in `docs/videos/Final Use Cases Demo.mp4` -->
1819
1920
## Prerequisites
2021

@@ -42,7 +43,7 @@ The **Model Context Protocol (MCP)** is implemented here to orchestrate the rout
4243

4344
> Folder structure details are explained in `docs/STRUCTURE.md`
4445
45-
![Workflow](docs/media/images/workflow.png)
46+
![Workflow](docs/images/workflow.png)
4647

4748
## Setup
4849

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](media/images/landing-page.png)
9+
![Landing Page](images/landing-page.png)
1010

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

13-
![Chat Output](media/images/chat.png)
13+
![Chat Output](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](media/images/github-file.png)
32+
![GitHub File Selection](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](media/images/github-req.png)
40+
![Formatted File Information](images/github-req.png)
4141

4242
The explanation is then shown:
4343

44-
![Explain Code Output](media/images/explain-res.png)
44+
![Explain Code Output](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](media/images/local-file.png)
53+
![Local File Selection](images/local-file.png)
5454

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

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

5959
The generated test cases are displayed like this:
6060

61-
![Test Generation Output](media/images/generate-res.png)
61+
![Test Generation Output](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`
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)