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