morriszms commited on
Commit
787442b
Β·
verified Β·
1 Parent(s): 718babb

Update README.md

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