mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(transform_request.tsx): allow dev to file translation error
This commit is contained in:
parent
0e3caf92b9
commit
2163d5c3e9
1 changed files with 3 additions and 0 deletions
|
|
@ -272,6 +272,9 @@ ${formattedBody}
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="mt-4 text-right w-full">
|
||||
<p className="text-sm text-gray-500">Found an error? File an issue <a href="https://github.com/BerriAI/litellm/issues" target="_blank" rel="noopener noreferrer">here</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue