ui - show extra litellm params

This commit is contained in:
Ishaan Jaff 2024-04-08 13:38:59 -07:00
parent 1bb07e54d4
commit 312e64623b
2 changed files with 17 additions and 10 deletions

View file

@ -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