morriszms commited on
Commit
86563b3
ยท
verified ยท
1 Parent(s): 5be3b61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -32
README.md CHANGED
@@ -27,44 +27,70 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
27
 
28
  ## Our projects
29
  <table border="1" cellspacing="0" cellpadding="10">
30
- <tr>
31
- <th style="font-size: 25px;">Awesome MCP Servers</th>
32
- <th style="font-size: 25px;">TensorBlock Studio</th>
33
- </tr>
34
  <tr>
35
- <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
36
- <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  </tr>
38
  <tr>
39
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
40
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
41
  </tr>
42
- <tr>
43
- <th>
44
- <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
45
- display: inline-block;
46
- padding: 8px 16px;
47
- background-color: #FF7F50;
48
- color: white;
49
- text-decoration: none;
50
- border-radius: 6px;
51
- font-weight: bold;
52
- font-family: sans-serif;
53
- ">๐Ÿ‘€ See what we built ๐Ÿ‘€</a>
54
- </th>
55
- <th>
56
- <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
57
- display: inline-block;
58
- padding: 8px 16px;
59
- background-color: #FF7F50;
60
- color: white;
61
- text-decoration: none;
62
- border-radius: 6px;
63
- font-weight: bold;
64
- font-family: sans-serif;
65
- ">๐Ÿ‘€ See what we built ๐Ÿ‘€</a>
66
- </th>
67
- </tr>
68
  </table>
69
  ## Prompt template
70
 
 
27
 
28
  ## Our projects
29
  <table border="1" cellspacing="0" cellpadding="10">
 
 
 
 
30
  <tr>
31
+ <th colspan="2" style="font-size: 25px;">Forge</th>
32
+ </tr>
33
+ <tr>
34
+ <th colspan="2">
35
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
36
+ </th>
37
+ </tr>
38
+ <tr>
39
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
40
+ </tr>
41
+ <tr>
42
+ <th colspan="2">
43
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
44
+ display: inline-block;
45
+ padding: 8px 16px;
46
+ background-color: #FF7F50;
47
+ color: white;
48
+ text-decoration: none;
49
+ border-radius: 6px;
50
+ font-weight: bold;
51
+ font-family: sans-serif;
52
+ ">๐Ÿš€ Try it now! ๐Ÿš€</a>
53
+ </th>
54
+ </tr>
55
+
56
+ <tr>
57
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
58
+ <th style="font-size: 25px;">TensorBlock Studio</th>
59
+ </tr>
60
+ <tr>
61
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
62
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
63
  </tr>
64
  <tr>
65
  <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
66
  <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
67
  </tr>
68
+ <tr>
69
+ <th>
70
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
71
+ display: inline-block;
72
+ padding: 8px 16px;
73
+ background-color: #FF7F50;
74
+ color: white;
75
+ text-decoration: none;
76
+ border-radius: 6px;
77
+ font-weight: bold;
78
+ font-family: sans-serif;
79
+ ">๐Ÿ‘€ See what we built ๐Ÿ‘€</a>
80
+ </th>
81
+ <th>
82
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
83
+ display: inline-block;
84
+ padding: 8px 16px;
85
+ background-color: #FF7F50;
86
+ color: white;
87
+ text-decoration: none;
88
+ border-radius: 6px;
89
+ font-weight: bold;
90
+ font-family: sans-serif;
91
+ ">๐Ÿ‘€ See what we built ๐Ÿ‘€</a>
92
+ </th>
93
+ </tr>
94
  </table>
95
  ## Prompt template
96