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