morriszms commited on
Commit
d171017
·
verified ·
1 Parent(s): 1456423

Update README.md

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