mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix classnames
This commit is contained in:
parent
f434d1c847
commit
71a2fc5331
1 changed files with 1 additions and 1 deletions
|
|
@ -1173,7 +1173,7 @@ const ChatUI: React.FC<ChatUIProps> = ({
|
|||
|
||||
<div>
|
||||
<div className="flex items-center justify-between mb-2">
|
||||
<Text className="ont-medium block text-gray-700 flex items-center">
|
||||
<Text className="font-medium block text-gray-700 flex items-center">
|
||||
<SettingOutlined className="mr-2" /> Custom Proxy Base URL
|
||||
</Text>
|
||||
{proxySettings?.LITELLM_UI_API_DOC_BASE_URL && !customProxyBaseUrl && (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue