Update README.md
Browse files
README.md
CHANGED
@@ -425,44 +425,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
425 |
|
426 |
## Our projects
|
427 |
<table border="1" cellspacing="0" cellpadding="10">
|
428 |
-
<tr>
|
429 |
-
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
430 |
-
<th style="font-size: 25px;">TensorBlock Studio</th>
|
431 |
-
</tr>
|
432 |
<tr>
|
433 |
-
<th
|
434 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
435 |
</tr>
|
436 |
<tr>
|
437 |
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
438 |
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
439 |
</tr>
|
440 |
-
<tr>
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
</tr>
|
466 |
</table>
|
467 |
## Prompt template
|
468 |
|
|
|
425 |
|
426 |
## Our projects
|
427 |
<table border="1" cellspacing="0" cellpadding="10">
|
|
|
|
|
|
|
|
|
428 |
<tr>
|
429 |
+
<th colspan="2" style="font-size: 25px;">Forge</th>
|
430 |
+
</tr>
|
431 |
+
<tr>
|
432 |
+
<th colspan="2">
|
433 |
+
<img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
|
434 |
+
</th>
|
435 |
+
</tr>
|
436 |
+
<tr>
|
437 |
+
<th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
|
438 |
+
</tr>
|
439 |
+
<tr>
|
440 |
+
<th colspan="2">
|
441 |
+
<a href="https://github.com/TensorBlock/forge" target="_blank" style="
|
442 |
+
display: inline-block;
|
443 |
+
padding: 8px 16px;
|
444 |
+
background-color: #FF7F50;
|
445 |
+
color: white;
|
446 |
+
text-decoration: none;
|
447 |
+
border-radius: 6px;
|
448 |
+
font-weight: bold;
|
449 |
+
font-family: sans-serif;
|
450 |
+
">π Try it now! π</a>
|
451 |
+
</th>
|
452 |
+
</tr>
|
453 |
+
|
454 |
+
<tr>
|
455 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
456 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
457 |
+
</tr>
|
458 |
+
<tr>
|
459 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
|
460 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
|
461 |
</tr>
|
462 |
<tr>
|
463 |
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
464 |
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
465 |
</tr>
|
466 |
+
<tr>
|
467 |
+
<th>
|
468 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
469 |
+
display: inline-block;
|
470 |
+
padding: 8px 16px;
|
471 |
+
background-color: #FF7F50;
|
472 |
+
color: white;
|
473 |
+
text-decoration: none;
|
474 |
+
border-radius: 6px;
|
475 |
+
font-weight: bold;
|
476 |
+
font-family: sans-serif;
|
477 |
+
">π See what we built π</a>
|
478 |
+
</th>
|
479 |
+
<th>
|
480 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
481 |
+
display: inline-block;
|
482 |
+
padding: 8px 16px;
|
483 |
+
background-color: #FF7F50;
|
484 |
+
color: white;
|
485 |
+
text-decoration: none;
|
486 |
+
border-radius: 6px;
|
487 |
+
font-weight: bold;
|
488 |
+
font-family: sans-serif;
|
489 |
+
">π See what we built π</a>
|
490 |
+
</th>
|
491 |
+
</tr>
|
492 |
</table>
|
493 |
## Prompt template
|
494 |
|