2024-11-19 18:20:22,977 ERROR: Exception on /process_input [POST]
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 1473, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 882, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 880, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 865, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return]
File "/mnt/e/Nepra_work_from_home/Git_Birbal_Project/Birbal_model_update/home.py", line 149, in process_input
response_text_html, response_text = generate_response(user_input_text)
File "/mnt/e/Nepra_work_from_home/Git_Birbal_Project/Birbal_model_update/rought/uploding_doc_processing.py", line 355, in generate_response
response_text = generate_text_manipulation_response(response_text)
File "/mnt/e/Nepra_work_from_home/Git_Birbal_Project/Birbal_model_update/rought/text_manupulation.py", line 174, in generate_text_manipulation_response
raise google.api_core.exceptions.ResourceExhausted("Quota exhausted after retries.")
google.api_core.exceptions.ResourceExhausted: 429 Quota exhausted after retries.
2024-11-19 18:20:22,977 ERROR: Exception on /process_input [POST]
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 1473, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 882, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 880, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 865, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return]
File "/mnt/e/Nepra_work_from_home/Git_Birbal_Project/Birbal_model_update/home.py", line 149, in process_input
response_text_html, response_text = generate_response(user_input_text)
File "/mnt/e/Nepra_work_from_home/Git_Birbal_Project/Birbal_model_update/rought/uploding_doc_processing.py", line 355, in generate_response
response_text = generate_text_manipulation_response(response_text)
File "/mnt/e/Nepra_work_from_home/Git_Birbal_Project/Birbal_model_update/rought/text_manupulation.py", line 174, in generate_text_manipulation_response
raise google.api_core.exceptions.ResourceExhausted("Quota exhausted after retries.")
google.api_core.exceptions.ResourceExhausted: 429 Quota exhausted after retries.