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
When I use 'summary' with my OPENAI_KEY I'm able to generate response but when I try Goals / Visualize it throws the error showing 'invalid open AI credentials'
ERROR:
File "/Users/venkatasatyasai.y/Desktop/prod-AnswerEngine/AnswerEngine/wren/AnswerEngine/answer-engine-backend/lida-service/venv/lib/python3.9/site-packages/openai/_base_client.py", line 1058, in _request
raise self._make_status_error_from_response(err.response) from None
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Incorrect API key provided: 8************************2. You can find your API key at https://platform.openai.com/account/api-keys.', 'type': 'invalid_request_error', 'param': None, 'code': 'invalid_api_key'}}
The text was updated successfully, but these errors were encountered:
When I use 'summary' with my OPENAI_KEY I'm able to generate response but when I try Goals / Visualize it throws the error showing 'invalid open AI credentials'
ERROR:
File "/Users/venkatasatyasai.y/Desktop/prod-AnswerEngine/AnswerEngine/wren/AnswerEngine/answer-engine-backend/lida-service/venv/lib/python3.9/site-packages/openai/_base_client.py", line 1058, in _request
raise self._make_status_error_from_response(err.response) from None
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Incorrect API key provided: 8************************2. You can find your API key at https://platform.openai.com/account/api-keys.', 'type': 'invalid_request_error', 'param': None, 'code': 'invalid_api_key'}}
The text was updated successfully, but these errors were encountered: