morriszms commited on
Commit
0dcbb39
·
verified ·
1 Parent(s): 093f8a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -32
README.md CHANGED
@@ -1099,44 +1099,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
1099
 
1100
  ## Our projects
1101
  <table border="1" cellspacing="0" cellpadding="10">
1102
- <tr>
1103
- <th style="font-size: 25px;">Awesome MCP Servers</th>
1104
- <th style="font-size: 25px;">TensorBlock Studio</th>
1105
- </tr>
1106
  <tr>
1107
- <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
1108
- <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1109
  </tr>
1110
  <tr>
1111
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
1112
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
1113
  </tr>
1114
- <tr>
1115
- <th>
1116
- <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
1117
- display: inline-block;
1118
- padding: 8px 16px;
1119
- background-color: #FF7F50;
1120
- color: white;
1121
- text-decoration: none;
1122
- border-radius: 6px;
1123
- font-weight: bold;
1124
- font-family: sans-serif;
1125
- ">👀 See what we built 👀</a>
1126
- </th>
1127
- <th>
1128
- <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
1129
- display: inline-block;
1130
- padding: 8px 16px;
1131
- background-color: #FF7F50;
1132
- color: white;
1133
- text-decoration: none;
1134
- border-radius: 6px;
1135
- font-weight: bold;
1136
- font-family: sans-serif;
1137
- ">👀 See what we built 👀</a>
1138
- </th>
1139
- </tr>
1140
  </table>
1141
  ## Prompt template
1142
 
 
1099
 
1100
  ## Our projects
1101
  <table border="1" cellspacing="0" cellpadding="10">
 
 
 
 
1102
  <tr>
1103
+ <th colspan="2" style="font-size: 25px;">Forge</th>
1104
+ </tr>
1105
+ <tr>
1106
+ <th colspan="2">
1107
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
1108
+ </th>
1109
+ </tr>
1110
+ <tr>
1111
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
1112
+ </tr>
1113
+ <tr>
1114
+ <th colspan="2">
1115
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
1116
+ display: inline-block;
1117
+ padding: 8px 16px;
1118
+ background-color: #FF7F50;
1119
+ color: white;
1120
+ text-decoration: none;
1121
+ border-radius: 6px;
1122
+ font-weight: bold;
1123
+ font-family: sans-serif;
1124
+ ">🚀 Try it now! 🚀</a>
1125
+ </th>
1126
+ </tr>
1127
+
1128
+ <tr>
1129
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
1130
+ <th style="font-size: 25px;">TensorBlock Studio</th>
1131
+ </tr>
1132
+ <tr>
1133
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
1134
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
1135
  </tr>
1136
  <tr>
1137
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
1138
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
1139
  </tr>
1140
+ <tr>
1141
+ <th>
1142
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
1143
+ display: inline-block;
1144
+ padding: 8px 16px;
1145
+ background-color: #FF7F50;
1146
+ color: white;
1147
+ text-decoration: none;
1148
+ border-radius: 6px;
1149
+ font-weight: bold;
1150
+ font-family: sans-serif;
1151
+ ">👀 See what we built 👀</a>
1152
+ </th>
1153
+ <th>
1154
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
1155
+ display: inline-block;
1156
+ padding: 8px 16px;
1157
+ background-color: #FF7F50;
1158
+ color: white;
1159
+ text-decoration: none;
1160
+ border-radius: 6px;
1161
+ font-weight: bold;
1162
+ font-family: sans-serif;
1163
+ ">👀 See what we built 👀</a>
1164
+ </th>
1165
+ </tr>
1166
  </table>
1167
  ## Prompt template
1168