morriszms commited on
Commit
cd5077b
·
verified ·
1 Parent(s): e42871f

Update README.md

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