mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
UI - QOL improvements
This commit is contained in:
parent
a3a21a1e8d
commit
a96cde8525
2 changed files with 53 additions and 44 deletions
|
@ -38,7 +38,7 @@ export const modelCreateCall = async (
|
|||
|
||||
const data = await response.json();
|
||||
console.log("API Response:", data);
|
||||
message.success("Model created successfully. Wait 60s and refresh.")
|
||||
message.success("Model created successfully. Wait 60s and refresh on 'All Models' page");
|
||||
return data;
|
||||
} catch (error) {
|
||||
console.error("Failed to create key:", error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue