Update README.md
Browse files
README.md
CHANGED
@@ -183,44 +183,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
183 |
|
184 |
## Our projects
|
185 |
<table border="1" cellspacing="0" cellpadding="10">
|
186 |
-
<tr>
|
187 |
-
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
188 |
-
<th style="font-size: 25px;">TensorBlock Studio</th>
|
189 |
-
</tr>
|
190 |
<tr>
|
191 |
-
<th
|
192 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
</tr>
|
194 |
<tr>
|
195 |
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
196 |
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
197 |
</tr>
|
198 |
-
<tr>
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
</tr>
|
224 |
</table>
|
225 |
|
226 |
## Prompt template
|
|
|
183 |
|
184 |
## Our projects
|
185 |
<table border="1" cellspacing="0" cellpadding="10">
|
|
|
|
|
|
|
|
|
186 |
<tr>
|
187 |
+
<th colspan="2" style="font-size: 25px;">Forge</th>
|
188 |
+
</tr>
|
189 |
+
<tr>
|
190 |
+
<th colspan="2">
|
191 |
+
<img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
|
192 |
+
</th>
|
193 |
+
</tr>
|
194 |
+
<tr>
|
195 |
+
<th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
|
196 |
+
</tr>
|
197 |
+
<tr>
|
198 |
+
<th colspan="2">
|
199 |
+
<a href="https://github.com/TensorBlock/forge" target="_blank" style="
|
200 |
+
display: inline-block;
|
201 |
+
padding: 8px 16px;
|
202 |
+
background-color: #FF7F50;
|
203 |
+
color: white;
|
204 |
+
text-decoration: none;
|
205 |
+
border-radius: 6px;
|
206 |
+
font-weight: bold;
|
207 |
+
font-family: sans-serif;
|
208 |
+
">π Try it now! π</a>
|
209 |
+
</th>
|
210 |
+
</tr>
|
211 |
+
|
212 |
+
<tr>
|
213 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
214 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
215 |
+
</tr>
|
216 |
+
<tr>
|
217 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
|
218 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
|
219 |
</tr>
|
220 |
<tr>
|
221 |
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
222 |
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
223 |
</tr>
|
224 |
+
<tr>
|
225 |
+
<th>
|
226 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
227 |
+
display: inline-block;
|
228 |
+
padding: 8px 16px;
|
229 |
+
background-color: #FF7F50;
|
230 |
+
color: white;
|
231 |
+
text-decoration: none;
|
232 |
+
border-radius: 6px;
|
233 |
+
font-weight: bold;
|
234 |
+
font-family: sans-serif;
|
235 |
+
">π See what we built π</a>
|
236 |
+
</th>
|
237 |
+
<th>
|
238 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
239 |
+
display: inline-block;
|
240 |
+
padding: 8px 16px;
|
241 |
+
background-color: #FF7F50;
|
242 |
+
color: white;
|
243 |
+
text-decoration: none;
|
244 |
+
border-radius: 6px;
|
245 |
+
font-weight: bold;
|
246 |
+
font-family: sans-serif;
|
247 |
+
">π See what we built π</a>
|
248 |
+
</th>
|
249 |
+
</tr>
|
250 |
</table>
|
251 |
|
252 |
## Prompt template
|