Skip to content

Commit 629ce6c

Browse files
committed
fix linting error
1 parent 51f0746 commit 629ce6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/litellm-dashboard/src/components/transform_request.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ ${formattedBody}
156156
}}>
157157
<div style={{ marginBottom: '24px' }}>
158158
<h2 style={{ fontSize: '24px', fontWeight: 'bold', margin: '0 0 4px 0' }}>Original Request</h2>
159-
<p style={{ color: '#666', margin: 0 }}>The request you would send to LiteLLM's `/chat/completions` endpoint.</p>
159+
<p style={{ color: '#666', margin: 0 }}>The request you would send to LiteLLM's /chat/completions endpoint.</p>
160160
</div>
161161

162162
<textarea

0 commit comments

Comments
 (0)