morriszms commited on
Commit
8ab2e10
·
verified ·
1 Parent(s): 1cc2c28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -32
README.md CHANGED
@@ -278,44 +278,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
278
 
279
  ## Our projects
280
  <table border="1" cellspacing="0" cellpadding="10">
281
- <tr>
282
- <th style="font-size: 25px;">Awesome MCP Servers</th>
283
- <th style="font-size: 25px;">TensorBlock Studio</th>
284
- </tr>
285
  <tr>
286
- <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
287
- <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
288
  </tr>
289
  <tr>
290
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
291
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
292
  </tr>
293
- <tr>
294
- <th>
295
- <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
296
- display: inline-block;
297
- padding: 8px 16px;
298
- background-color: #FF7F50;
299
- color: white;
300
- text-decoration: none;
301
- border-radius: 6px;
302
- font-weight: bold;
303
- font-family: sans-serif;
304
- ">👀 See what we built 👀</a>
305
- </th>
306
- <th>
307
- <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
308
- display: inline-block;
309
- padding: 8px 16px;
310
- background-color: #FF7F50;
311
- color: white;
312
- text-decoration: none;
313
- border-radius: 6px;
314
- font-weight: bold;
315
- font-family: sans-serif;
316
- ">👀 See what we built 👀</a>
317
- </th>
318
- </tr>
319
  </table>
320
  ## Prompt template
321
 
 
278
 
279
  ## Our projects
280
  <table border="1" cellspacing="0" cellpadding="10">
 
 
 
 
281
  <tr>
282
+ <th colspan="2" style="font-size: 25px;">Forge</th>
283
+ </tr>
284
+ <tr>
285
+ <th colspan="2">
286
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
287
+ </th>
288
+ </tr>
289
+ <tr>
290
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
291
+ </tr>
292
+ <tr>
293
+ <th colspan="2">
294
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
295
+ display: inline-block;
296
+ padding: 8px 16px;
297
+ background-color: #FF7F50;
298
+ color: white;
299
+ text-decoration: none;
300
+ border-radius: 6px;
301
+ font-weight: bold;
302
+ font-family: sans-serif;
303
+ ">🚀 Try it now! 🚀</a>
304
+ </th>
305
+ </tr>
306
+
307
+ <tr>
308
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
309
+ <th style="font-size: 25px;">TensorBlock Studio</th>
310
+ </tr>
311
+ <tr>
312
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
313
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
314
  </tr>
315
  <tr>
316
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
317
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
318
  </tr>
319
+ <tr>
320
+ <th>
321
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
322
+ display: inline-block;
323
+ padding: 8px 16px;
324
+ background-color: #FF7F50;
325
+ color: white;
326
+ text-decoration: none;
327
+ border-radius: 6px;
328
+ font-weight: bold;
329
+ font-family: sans-serif;
330
+ ">👀 See what we built 👀</a>
331
+ </th>
332
+ <th>
333
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
334
+ display: inline-block;
335
+ padding: 8px 16px;
336
+ background-color: #FF7F50;
337
+ color: white;
338
+ text-decoration: none;
339
+ border-radius: 6px;
340
+ font-weight: bold;
341
+ font-family: sans-serif;
342
+ ">👀 See what we built 👀</a>
343
+ </th>
344
+ </tr>
345
  </table>
346
  ## Prompt template
347