forked from phoenix/litellm-mirror
(fix) show correct spend on ui
This commit is contained in:
parent
6233351b01
commit
7df2d7cb33
4 changed files with 6 additions and 18 deletions
|
@ -231,7 +231,8 @@ export const getTotalSpendCall = async (
|
|||
}
|
||||
|
||||
const data = await response.json();
|
||||
//message.info("Received model data");
|
||||
message.info("global spend", data);
|
||||
console.log("global soend", data)
|
||||
return data;
|
||||
// Handle success - you might want to update some state or UI based on the created key
|
||||
} catch (error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue