forked from phoenix/litellm-mirror
(feat) new ui build
This commit is contained in:
parent
650fa0e0ff
commit
c6aadcbd34
69 changed files with 174 additions and 153 deletions
|
@ -10,8 +10,8 @@ import Navbar from "./navbar";
|
|||
import { useSearchParams } from "next/navigation";
|
||||
import { jwtDecode } from "jwt-decode";
|
||||
|
||||
// const proxyBaseUrl = null;
|
||||
const proxyBaseUrl = "http://localhost:4000" // http://localhost:4000
|
||||
const proxyBaseUrl = null;
|
||||
// const proxyBaseUrl = "http://localhost:4000" // http://localhost:4000
|
||||
|
||||
type UserSpendData = {
|
||||
spend: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue