forked from phoenix/litellm-mirror
ui - fix typo on referencing base url
This commit is contained in:
parent
75ca53fab5
commit
976cc3f5ea
3 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ const APIRef: React.FC<ApiRefProps> = ({
|
|||
proxySettings,
|
||||
}) => {
|
||||
|
||||
let base_url = "http://localhost:4000";
|
||||
let base_url = "<your_proxy_base_url>";
|
||||
|
||||
if (proxySettings) {
|
||||
if (proxySettings.PROXY_BASE_URL && proxySettings.PROXY_BASE_URL !== undefined) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue