morriszms commited on
Commit
b0b71bd
Β·
verified Β·
1 Parent(s): bcfcef7

Update README.md

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