mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
(fix) show correct spend on ui
This commit is contained in:
parent
a2ae41bc49
commit
f6cb76c110
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