morriszms commited on
Commit
c30791a
·
verified ·
1 Parent(s): 2f2cbcb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -32
README.md CHANGED
@@ -227,44 +227,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
227
 
228
  ## Our projects
229
  <table border="1" cellspacing="0" cellpadding="10">
230
- <tr>
231
- <th style="font-size: 25px;">Awesome MCP Servers</th>
232
- <th style="font-size: 25px;">TensorBlock Studio</th>
233
- </tr>
234
  <tr>
235
- <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
236
- <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  </tr>
238
  <tr>
239
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
240
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
241
  </tr>
242
- <tr>
243
- <th>
244
- <a href="https://github.com/TensorBlock/awesome-mcp-servers" 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
- <th>
256
- <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
257
- display: inline-block;
258
- padding: 8px 16px;
259
- background-color: #FF7F50;
260
- color: white;
261
- text-decoration: none;
262
- border-radius: 6px;
263
- font-weight: bold;
264
- font-family: sans-serif;
265
- ">👀 See what we built 👀</a>
266
- </th>
267
- </tr>
268
  </table>
269
  ## Prompt template
270
 
 
227
 
228
  ## Our projects
229
  <table border="1" cellspacing="0" cellpadding="10">
 
 
 
 
230
  <tr>
231
+ <th colspan="2" style="font-size: 25px;">Forge</th>
232
+ </tr>
233
+ <tr>
234
+ <th colspan="2">
235
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
236
+ </th>
237
+ </tr>
238
+ <tr>
239
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
240
+ </tr>
241
+ <tr>
242
+ <th colspan="2">
243
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
244
+ display: inline-block;
245
+ padding: 8px 16px;
246
+ background-color: #FF7F50;
247
+ color: white;
248
+ text-decoration: none;
249
+ border-radius: 6px;
250
+ font-weight: bold;
251
+ font-family: sans-serif;
252
+ ">🚀 Try it now! 🚀</a>
253
+ </th>
254
+ </tr>
255
+
256
+ <tr>
257
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
258
+ <th style="font-size: 25px;">TensorBlock Studio</th>
259
+ </tr>
260
+ <tr>
261
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
262
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
263
  </tr>
264
  <tr>
265
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
266
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
267
  </tr>
268
+ <tr>
269
+ <th>
270
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
271
+ display: inline-block;
272
+ padding: 8px 16px;
273
+ background-color: #FF7F50;
274
+ color: white;
275
+ text-decoration: none;
276
+ border-radius: 6px;
277
+ font-weight: bold;
278
+ font-family: sans-serif;
279
+ ">👀 See what we built 👀</a>
280
+ </th>
281
+ <th>
282
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
283
+ display: inline-block;
284
+ padding: 8px 16px;
285
+ background-color: #FF7F50;
286
+ color: white;
287
+ text-decoration: none;
288
+ border-radius: 6px;
289
+ font-weight: bold;
290
+ font-family: sans-serif;
291
+ ">👀 See what we built 👀</a>
292
+ </th>
293
+ </tr>
294
  </table>
295
  ## Prompt template
296