mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
ui - show extra litellm params
This commit is contained in:
parent
4f43337e0b
commit
07b91ced14
2 changed files with 17 additions and 10 deletions
|
@ -339,6 +339,7 @@ export const modelInfoCall = async (
|
|||
}
|
||||
|
||||
const data = await response.json();
|
||||
console.log("modelInfoCall:", data);
|
||||
//message.info("Received model data");
|
||||
return data;
|
||||
// Handle success - you might want to update some state or UI based on the created key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue