Update README.md
Browse files
README.md
CHANGED
@@ -299,44 +299,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
299 |
|
300 |
## Our projects
|
301 |
<table border="1" cellspacing="0" cellpadding="10">
|
302 |
-
<tr>
|
303 |
-
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
304 |
-
<th style="font-size: 25px;">TensorBlock Studio</th>
|
305 |
-
</tr>
|
306 |
<tr>
|
307 |
-
<th
|
308 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
309 |
</tr>
|
310 |
<tr>
|
311 |
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
312 |
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
313 |
</tr>
|
314 |
-
<tr>
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
</tr>
|
340 |
</table>
|
341 |
## Prompt template
|
342 |
|
|
|
299 |
|
300 |
## Our projects
|
301 |
<table border="1" cellspacing="0" cellpadding="10">
|
|
|
|
|
|
|
|
|
302 |
<tr>
|
303 |
+
<th colspan="2" style="font-size: 25px;">Forge</th>
|
304 |
+
</tr>
|
305 |
+
<tr>
|
306 |
+
<th colspan="2">
|
307 |
+
<img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
|
308 |
+
</th>
|
309 |
+
</tr>
|
310 |
+
<tr>
|
311 |
+
<th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
|
312 |
+
</tr>
|
313 |
+
<tr>
|
314 |
+
<th colspan="2">
|
315 |
+
<a href="https://github.com/TensorBlock/forge" target="_blank" style="
|
316 |
+
display: inline-block;
|
317 |
+
padding: 8px 16px;
|
318 |
+
background-color: #FF7F50;
|
319 |
+
color: white;
|
320 |
+
text-decoration: none;
|
321 |
+
border-radius: 6px;
|
322 |
+
font-weight: bold;
|
323 |
+
font-family: sans-serif;
|
324 |
+
">🚀 Try it now! 🚀</a>
|
325 |
+
</th>
|
326 |
+
</tr>
|
327 |
+
|
328 |
+
<tr>
|
329 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
330 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
331 |
+
</tr>
|
332 |
+
<tr>
|
333 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
|
334 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
|
335 |
</tr>
|
336 |
<tr>
|
337 |
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
338 |
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
339 |
</tr>
|
340 |
+
<tr>
|
341 |
+
<th>
|
342 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
343 |
+
display: inline-block;
|
344 |
+
padding: 8px 16px;
|
345 |
+
background-color: #FF7F50;
|
346 |
+
color: white;
|
347 |
+
text-decoration: none;
|
348 |
+
border-radius: 6px;
|
349 |
+
font-weight: bold;
|
350 |
+
font-family: sans-serif;
|
351 |
+
">👀 See what we built 👀</a>
|
352 |
+
</th>
|
353 |
+
<th>
|
354 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
355 |
+
display: inline-block;
|
356 |
+
padding: 8px 16px;
|
357 |
+
background-color: #FF7F50;
|
358 |
+
color: white;
|
359 |
+
text-decoration: none;
|
360 |
+
border-radius: 6px;
|
361 |
+
font-weight: bold;
|
362 |
+
font-family: sans-serif;
|
363 |
+
">👀 See what we built 👀</a>
|
364 |
+
</th>
|
365 |
+
</tr>
|
366 |
</table>
|
367 |
## Prompt template
|
368 |
|