morriszms commited on
Commit
aefb4a0
·
verified ·
1 Parent(s): f90a02c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -32
README.md CHANGED
@@ -135,44 +135,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
135
 
136
  ## Our projects
137
  <table border="1" cellspacing="0" cellpadding="10">
138
- <tr>
139
- <th style="font-size: 25px;">Awesome MCP Servers</th>
140
- <th style="font-size: 25px;">TensorBlock Studio</th>
141
- </tr>
142
  <tr>
143
- <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
144
- <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  </tr>
146
  <tr>
147
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
148
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
149
  </tr>
150
- <tr>
151
- <th>
152
- <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
153
- display: inline-block;
154
- padding: 8px 16px;
155
- background-color: #FF7F50;
156
- color: white;
157
- text-decoration: none;
158
- border-radius: 6px;
159
- font-weight: bold;
160
- font-family: sans-serif;
161
- ">👀 See what we built 👀</a>
162
- </th>
163
- <th>
164
- <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
165
- display: inline-block;
166
- padding: 8px 16px;
167
- background-color: #FF7F50;
168
- color: white;
169
- text-decoration: none;
170
- border-radius: 6px;
171
- font-weight: bold;
172
- font-family: sans-serif;
173
- ">👀 See what we built 👀</a>
174
- </th>
175
- </tr>
176
  </table>
177
  ## Prompt template
178
 
 
135
 
136
  ## Our projects
137
  <table border="1" cellspacing="0" cellpadding="10">
 
 
 
 
138
  <tr>
139
+ <th colspan="2" style="font-size: 25px;">Forge</th>
140
+ </tr>
141
+ <tr>
142
+ <th colspan="2">
143
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
144
+ </th>
145
+ </tr>
146
+ <tr>
147
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
148
+ </tr>
149
+ <tr>
150
+ <th colspan="2">
151
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
152
+ display: inline-block;
153
+ padding: 8px 16px;
154
+ background-color: #FF7F50;
155
+ color: white;
156
+ text-decoration: none;
157
+ border-radius: 6px;
158
+ font-weight: bold;
159
+ font-family: sans-serif;
160
+ ">🚀 Try it now! 🚀</a>
161
+ </th>
162
+ </tr>
163
+
164
+ <tr>
165
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
166
+ <th style="font-size: 25px;">TensorBlock Studio</th>
167
+ </tr>
168
+ <tr>
169
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
170
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
171
  </tr>
172
  <tr>
173
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
174
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
175
  </tr>
176
+ <tr>
177
+ <th>
178
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
179
+ display: inline-block;
180
+ padding: 8px 16px;
181
+ background-color: #FF7F50;
182
+ color: white;
183
+ text-decoration: none;
184
+ border-radius: 6px;
185
+ font-weight: bold;
186
+ font-family: sans-serif;
187
+ ">👀 See what we built 👀</a>
188
+ </th>
189
+ <th>
190
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
191
+ display: inline-block;
192
+ padding: 8px 16px;
193
+ background-color: #FF7F50;
194
+ color: white;
195
+ text-decoration: none;
196
+ border-radius: 6px;
197
+ font-weight: bold;
198
+ font-family: sans-serif;
199
+ ">👀 See what we built 👀</a>
200
+ </th>
201
+ </tr>
202
  </table>
203
  ## Prompt template
204