Update README.md
Browse files
README.md
CHANGED
@@ -59,44 +59,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
59 |
|
60 |
## Our projects
|
61 |
<table border="1" cellspacing="0" cellpadding="10">
|
62 |
-
<tr>
|
63 |
-
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
64 |
-
<th style="font-size: 25px;">TensorBlock Studio</th>
|
65 |
-
</tr>
|
66 |
<tr>
|
67 |
-
<th
|
68 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
</tr>
|
70 |
<tr>
|
71 |
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
72 |
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
73 |
</tr>
|
74 |
-
<tr>
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
</tr>
|
100 |
</table>
|
101 |
## Prompt template
|
102 |
|
|
|
59 |
|
60 |
## Our projects
|
61 |
<table border="1" cellspacing="0" cellpadding="10">
|
|
|
|
|
|
|
|
|
62 |
<tr>
|
63 |
+
<th colspan="2" style="font-size: 25px;">Forge</th>
|
64 |
+
</tr>
|
65 |
+
<tr>
|
66 |
+
<th colspan="2">
|
67 |
+
<img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
|
68 |
+
</th>
|
69 |
+
</tr>
|
70 |
+
<tr>
|
71 |
+
<th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
|
72 |
+
</tr>
|
73 |
+
<tr>
|
74 |
+
<th colspan="2">
|
75 |
+
<a href="https://github.com/TensorBlock/forge" target="_blank" style="
|
76 |
+
display: inline-block;
|
77 |
+
padding: 8px 16px;
|
78 |
+
background-color: #FF7F50;
|
79 |
+
color: white;
|
80 |
+
text-decoration: none;
|
81 |
+
border-radius: 6px;
|
82 |
+
font-weight: bold;
|
83 |
+
font-family: sans-serif;
|
84 |
+
">🚀 Try it now! 🚀</a>
|
85 |
+
</th>
|
86 |
+
</tr>
|
87 |
+
|
88 |
+
<tr>
|
89 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
90 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
91 |
+
</tr>
|
92 |
+
<tr>
|
93 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
|
94 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
|
95 |
</tr>
|
96 |
<tr>
|
97 |
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
98 |
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
99 |
</tr>
|
100 |
+
<tr>
|
101 |
+
<th>
|
102 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
103 |
+
display: inline-block;
|
104 |
+
padding: 8px 16px;
|
105 |
+
background-color: #FF7F50;
|
106 |
+
color: white;
|
107 |
+
text-decoration: none;
|
108 |
+
border-radius: 6px;
|
109 |
+
font-weight: bold;
|
110 |
+
font-family: sans-serif;
|
111 |
+
">👀 See what we built 👀</a>
|
112 |
+
</th>
|
113 |
+
<th>
|
114 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
115 |
+
display: inline-block;
|
116 |
+
padding: 8px 16px;
|
117 |
+
background-color: #FF7F50;
|
118 |
+
color: white;
|
119 |
+
text-decoration: none;
|
120 |
+
border-radius: 6px;
|
121 |
+
font-weight: bold;
|
122 |
+
font-family: sans-serif;
|
123 |
+
">👀 See what we built 👀</a>
|
124 |
+
</th>
|
125 |
+
</tr>
|
126 |
</table>
|
127 |
## Prompt template
|
128 |
|