You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long Websites should be chunked and summaized in parts or at least cut off. Currently I am getting this issue:
Website Content Summary:
Error calling API with status code 400 and message "{
"error": {
"message": "This model's maximum context length is 4097 tokens. However, your messages resulted in 45439 tokens. Please reduce the length of the messages.",
"type": "invalid_request_error",
"param": "messages",
"code": "context_length_exceeded"
}
}
The text was updated successfully, but these errors were encountered:
Long Websites should be chunked and summaized in parts or at least cut off. Currently I am getting this issue:
Website Content Summary:
Error calling API with status code 400 and message "{
"error": {
"message": "This model's maximum context length is 4097 tokens. However, your messages resulted in 45439 tokens. Please reduce the length of the messages.",
"type": "invalid_request_error",
"param": "messages",
"code": "context_length_exceeded"
}
}
The text was updated successfully, but these errors were encountered: