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