morriszms commited on
Commit
2ba2466
Β·
verified Β·
1 Parent(s): a6d4084

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -32
README.md CHANGED
@@ -94,44 +94,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
94
 
95
  ## Our projects
96
  <table border="1" cellspacing="0" cellpadding="10">
97
- <tr>
98
- <th style="font-size: 25px;">Awesome MCP Servers</th>
99
- <th style="font-size: 25px;">TensorBlock Studio</th>
100
- </tr>
101
  <tr>
102
- <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
103
- <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  </tr>
105
  <tr>
106
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
107
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
108
  </tr>
109
- <tr>
110
- <th>
111
- <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
112
- display: inline-block;
113
- padding: 8px 16px;
114
- background-color: #FF7F50;
115
- color: white;
116
- text-decoration: none;
117
- border-radius: 6px;
118
- font-weight: bold;
119
- font-family: sans-serif;
120
- ">πŸ‘€ See what we built πŸ‘€</a>
121
- </th>
122
- <th>
123
- <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
124
- display: inline-block;
125
- padding: 8px 16px;
126
- background-color: #FF7F50;
127
- color: white;
128
- text-decoration: none;
129
- border-radius: 6px;
130
- font-weight: bold;
131
- font-family: sans-serif;
132
- ">πŸ‘€ See what we built πŸ‘€</a>
133
- </th>
134
- </tr>
135
  </table>
136
  ## Prompt template
137
 
 
94
 
95
  ## Our projects
96
  <table border="1" cellspacing="0" cellpadding="10">
 
 
 
 
97
  <tr>
98
+ <th colspan="2" style="font-size: 25px;">Forge</th>
99
+ </tr>
100
+ <tr>
101
+ <th colspan="2">
102
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
103
+ </th>
104
+ </tr>
105
+ <tr>
106
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
107
+ </tr>
108
+ <tr>
109
+ <th colspan="2">
110
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
111
+ display: inline-block;
112
+ padding: 8px 16px;
113
+ background-color: #FF7F50;
114
+ color: white;
115
+ text-decoration: none;
116
+ border-radius: 6px;
117
+ font-weight: bold;
118
+ font-family: sans-serif;
119
+ ">πŸš€ Try it now! πŸš€</a>
120
+ </th>
121
+ </tr>
122
+
123
+ <tr>
124
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
125
+ <th style="font-size: 25px;">TensorBlock Studio</th>
126
+ </tr>
127
+ <tr>
128
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
129
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
130
  </tr>
131
  <tr>
132
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
133
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
134
  </tr>
135
+ <tr>
136
+ <th>
137
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
138
+ display: inline-block;
139
+ padding: 8px 16px;
140
+ background-color: #FF7F50;
141
+ color: white;
142
+ text-decoration: none;
143
+ border-radius: 6px;
144
+ font-weight: bold;
145
+ font-family: sans-serif;
146
+ ">πŸ‘€ See what we built πŸ‘€</a>
147
+ </th>
148
+ <th>
149
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
150
+ display: inline-block;
151
+ padding: 8px 16px;
152
+ background-color: #FF7F50;
153
+ color: white;
154
+ text-decoration: none;
155
+ border-radius: 6px;
156
+ font-weight: bold;
157
+ font-family: sans-serif;
158
+ ">πŸ‘€ See what we built πŸ‘€</a>
159
+ </th>
160
+ </tr>
161
  </table>
162
  ## Prompt template
163