Spaces:
Running
Running
Commit ·
b39d65e
1
Parent(s): 27d3504
feat: add Google Colab link to dashboard
Browse files
main.go
CHANGED
|
@@ -197,6 +197,7 @@ func (s *Server) handleRoot(w http.ResponseWriter, r *http.Request) {
|
|
| 197 |
<li><a href="/health">→ API Health Check</a></li>
|
| 198 |
<li><a href="/tasks">→ Available Tasks</a></li>
|
| 199 |
<li><a href="/metrics">→ Prometheus Metrics</a></li>
|
|
|
|
| 200 |
</ul>
|
| 201 |
<h3>📡 API Endpoints</h3>
|
| 202 |
<pre>GET /health → health check
|
|
|
|
| 197 |
<li><a href="/health">→ API Health Check</a></li>
|
| 198 |
<li><a href="/tasks">→ Available Tasks</a></li>
|
| 199 |
<li><a href="/metrics">→ Prometheus Metrics</a></li>
|
| 200 |
+
<li><a href="https://colab.research.google.com/github/LO-Kyu/gridmind/blob/main/scripts/gridmind_grpo_colab.ipynb">→ Google Colab</a></li>
|
| 201 |
</ul>
|
| 202 |
<h3>📡 API Endpoints</h3>
|
| 203 |
<pre>GET /health → health check
|