Skip to content

Commit d68ee95

Browse files
4shubShubham Naik
andauthored
chore: relative routes bruh (#109)
Co-authored-by: Shubham Naik <shub@memgpt.ai>
1 parent 575be53 commit d68ee95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

leaderboard_site/src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div class="header">
1717
<div class="header-start">
1818
<a href="https://letta.com">
19-
<img src="/letta-logo.svg" alt="Letta" class="letta-logo">
19+
<img src="./letta-logo.svg" alt="Letta" class="letta-logo">
2020
</a>
2121
<div>
2222
<h1 class="title">Letta Research</h1>
@@ -31,7 +31,7 @@ <h1 class="title">Letta Research</h1>
3131
Letta is designed for building stateful agents - agents that are long-running and can automatically manage long-term memory to learn and adapt over time. To implement intelligent memory management, agents in Letta rely heavily on tool (function) calling, so models that excel at tool use tend to do well in Letta. Conversely, models that struggle to call tools properly often perform poorly when used to drive Letta agents.
3232
</div>
3333
</div>
34-
34+
3535

3636
<div class="chart-container">
3737
<input type="text" id="searchInput" class="search-bar" placeholder="Search models...">
@@ -48,7 +48,7 @@ <h1 class="title">Letta Research</h1>
4848
<div class="chart-row" data-model="{{ entry.model }}">
4949
<div class="chart-label">
5050
{%- assign provider = entry.model | split: "/" | first -%}
51-
<img src="/icons/{{ provider }}.svg" alt="{{ provider }}" class="model-icon">
51+
<img src="./icons/{{ provider }}.svg" alt="{{ provider }}" class="model-icon">
5252
<span>{{ entry.model }}</span>
5353
</div>
5454
<div class="chart-bar-wrapper">

0 commit comments

Comments
 (0)