mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
feat- show errors 20s
This commit is contained in:
parent
90650cf4e1
commit
6fa7b4868c
5 changed files with 39 additions and 39 deletions
|
@ -74,7 +74,7 @@ async function generateModelResponse(
|
|||
}
|
||||
}
|
||||
} catch (error) {
|
||||
message.error(`Error occurred while generating model response. Please try again. Error: ${error}`);
|
||||
message.error(`Error occurred while generating model response. Please try again. Error: ${error}`, 20);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue