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