morriszms commited on
Commit
c415413
Β·
verified Β·
1 Parent(s): 43ac5e9

Update README.md

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