feat: v1 — persistent shell, model gateway, artifact improvements (#1462)
This commit is contained in:
parent
3651670fb9
commit
f9652b452a
161 changed files with 5166 additions and 8009 deletions
|
|
@ -93,7 +93,7 @@ export function getMessageByErrorCode(errorCode: ErrorCode): string {
|
|||
return "Your account does not have access to this feature.";
|
||||
|
||||
case "rate_limit:chat":
|
||||
return "You have exceeded your maximum number of messages for the day. Please try again later.";
|
||||
return "You've reached the message limit. Come back in 1 hour to continue chatting.";
|
||||
case "not_found:chat":
|
||||
return "The requested chat was not found. Please check the chat ID and try again.";
|
||||
case "forbidden:chat":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue