Update README.md
Browse files
README.md
CHANGED
@@ -680,44 +680,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
680 |
|
681 |
## Our projects
|
682 |
<table border="1" cellspacing="0" cellpadding="10">
|
683 |
-
<tr>
|
684 |
-
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
685 |
-
<th style="font-size: 25px;">TensorBlock Studio</th>
|
686 |
-
</tr>
|
687 |
<tr>
|
688 |
-
<th
|
689 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
690 |
</tr>
|
691 |
<tr>
|
692 |
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
693 |
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
694 |
</tr>
|
695 |
-
<tr>
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
</tr>
|
721 |
</table>
|
722 |
## Prompt template
|
723 |
|
|
|
680 |
|
681 |
## Our projects
|
682 |
<table border="1" cellspacing="0" cellpadding="10">
|
|
|
|
|
|
|
|
|
683 |
<tr>
|
684 |
+
<th colspan="2" style="font-size: 25px;">Forge</th>
|
685 |
+
</tr>
|
686 |
+
<tr>
|
687 |
+
<th colspan="2">
|
688 |
+
<img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
|
689 |
+
</th>
|
690 |
+
</tr>
|
691 |
+
<tr>
|
692 |
+
<th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
|
693 |
+
</tr>
|
694 |
+
<tr>
|
695 |
+
<th colspan="2">
|
696 |
+
<a href="https://github.com/TensorBlock/forge" target="_blank" style="
|
697 |
+
display: inline-block;
|
698 |
+
padding: 8px 16px;
|
699 |
+
background-color: #FF7F50;
|
700 |
+
color: white;
|
701 |
+
text-decoration: none;
|
702 |
+
border-radius: 6px;
|
703 |
+
font-weight: bold;
|
704 |
+
font-family: sans-serif;
|
705 |
+
">🚀 Try it now! 🚀</a>
|
706 |
+
</th>
|
707 |
+
</tr>
|
708 |
+
|
709 |
+
<tr>
|
710 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
711 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
712 |
+
</tr>
|
713 |
+
<tr>
|
714 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
|
715 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
|
716 |
</tr>
|
717 |
<tr>
|
718 |
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
719 |
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
720 |
</tr>
|
721 |
+
<tr>
|
722 |
+
<th>
|
723 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
724 |
+
display: inline-block;
|
725 |
+
padding: 8px 16px;
|
726 |
+
background-color: #FF7F50;
|
727 |
+
color: white;
|
728 |
+
text-decoration: none;
|
729 |
+
border-radius: 6px;
|
730 |
+
font-weight: bold;
|
731 |
+
font-family: sans-serif;
|
732 |
+
">👀 See what we built 👀</a>
|
733 |
+
</th>
|
734 |
+
<th>
|
735 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
736 |
+
display: inline-block;
|
737 |
+
padding: 8px 16px;
|
738 |
+
background-color: #FF7F50;
|
739 |
+
color: white;
|
740 |
+
text-decoration: none;
|
741 |
+
border-radius: 6px;
|
742 |
+
font-weight: bold;
|
743 |
+
font-family: sans-serif;
|
744 |
+
">👀 See what we built 👀</a>
|
745 |
+
</th>
|
746 |
+
</tr>
|
747 |
</table>
|
748 |
## Prompt template
|
749 |
|