mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix linting error
This commit is contained in:
parent
51f074682f
commit
629ce6c19a
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ ${formattedBody}
|
|||
}}>
|
||||
<div style={{ marginBottom: '24px' }}>
|
||||
<h2 style={{ fontSize: '24px', fontWeight: 'bold', margin: '0 0 4px 0' }}>Original Request</h2>
|
||||
<p style={{ color: '#666', margin: 0 }}>The request you would send to LiteLLM's `/chat/completions` endpoint.</p>
|
||||
<p style={{ color: '#666', margin: 0 }}>The request you would send to LiteLLM's /chat/completions endpoint.</p>
|
||||
</div>
|
||||
|
||||
<textarea
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue