@@ -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
1111For 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
3030For 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
3434You can optionally highlight specific sections of the file.
3535
3636Here we have asked the model to explain the ** stage('Build')** part of the code.
3737
3838After 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
4242The explanation is then shown:
4343
44- ![ Explain Code Output] ( media/ images/explain-res.png)
44+ ![ Explain Code Output] ( images/explain-res.png )
4545
4646To 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
5151It 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
5555On 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
5959The 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 `
0 commit comments