Update README.md
Browse files
README.md
CHANGED
@@ -28,44 +28,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
28 |
|
29 |
## Our projects
|
30 |
<table border="1" cellspacing="0" cellpadding="10">
|
31 |
-
<tr>
|
32 |
-
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
33 |
-
<th style="font-size: 25px;">TensorBlock Studio</th>
|
34 |
-
</tr>
|
35 |
<tr>
|
36 |
-
<th
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
</tr>
|
39 |
<tr>
|
40 |
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
41 |
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
42 |
</tr>
|
43 |
-
<tr>
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
</tr>
|
69 |
</table>
|
70 |
## Prompt template
|
71 |
|
|
|
28 |
|
29 |
## Our projects
|
30 |
<table border="1" cellspacing="0" cellpadding="10">
|
|
|
|
|
|
|
|
|
31 |
<tr>
|
32 |
+
<th colspan="2" style="font-size: 25px;">Forge</th>
|
33 |
+
</tr>
|
34 |
+
<tr>
|
35 |
+
<th colspan="2">
|
36 |
+
<img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
|
37 |
+
</th>
|
38 |
+
</tr>
|
39 |
+
<tr>
|
40 |
+
<th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
|
41 |
+
</tr>
|
42 |
+
<tr>
|
43 |
+
<th colspan="2">
|
44 |
+
<a href="https://github.com/TensorBlock/forge" target="_blank" style="
|
45 |
+
display: inline-block;
|
46 |
+
padding: 8px 16px;
|
47 |
+
background-color: #FF7F50;
|
48 |
+
color: white;
|
49 |
+
text-decoration: none;
|
50 |
+
border-radius: 6px;
|
51 |
+
font-weight: bold;
|
52 |
+
font-family: sans-serif;
|
53 |
+
">π Try it now! π</a>
|
54 |
+
</th>
|
55 |
+
</tr>
|
56 |
+
|
57 |
+
<tr>
|
58 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
59 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
60 |
+
</tr>
|
61 |
+
<tr>
|
62 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
|
63 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
|
64 |
</tr>
|
65 |
<tr>
|
66 |
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
67 |
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
68 |
</tr>
|
69 |
+
<tr>
|
70 |
+
<th>
|
71 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
72 |
+
display: inline-block;
|
73 |
+
padding: 8px 16px;
|
74 |
+
background-color: #FF7F50;
|
75 |
+
color: white;
|
76 |
+
text-decoration: none;
|
77 |
+
border-radius: 6px;
|
78 |
+
font-weight: bold;
|
79 |
+
font-family: sans-serif;
|
80 |
+
">π See what we built π</a>
|
81 |
+
</th>
|
82 |
+
<th>
|
83 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
84 |
+
display: inline-block;
|
85 |
+
padding: 8px 16px;
|
86 |
+
background-color: #FF7F50;
|
87 |
+
color: white;
|
88 |
+
text-decoration: none;
|
89 |
+
border-radius: 6px;
|
90 |
+
font-weight: bold;
|
91 |
+
font-family: sans-serif;
|
92 |
+
">π See what we built π</a>
|
93 |
+
</th>
|
94 |
+
</tr>
|
95 |
</table>
|
96 |
## Prompt template
|
97 |
|