morriszms commited on
Commit
73b00f7
Β·
verified Β·
1 Parent(s): e83fc0f

Update README.md

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