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