forked from phoenix/litellm-mirror
ui - show extra litellm params
This commit is contained in:
parent
1bb07e54d4
commit
312e64623b
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