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
Description
When sending a basic prompt to OpenAI in the playground, the status wheel keeps spinning and no response is returned.
Steps to reproduce
Deploy the solution
Set the OpenAI key in secrets manager
Validate that the available models are loading
Send a basic prompt in the playground chat view
Addition details
There is no activity on the OpenAI end, as no API key usage is detected.
Looking at the traces in CloudWatch, there is no error in the flow, so it seems the prompt is not passed over to OpenAI:
The text was updated successfully, but these errors were encountered:
There is a JSON parsing error when messages are read from SQS. Looking now if the format of the message is in cause and if a breaking change was introduced by a dependency
Description
When sending a basic prompt to OpenAI in the playground, the status wheel keeps spinning and no response is returned.
Steps to reproduce
Addition details
There is no activity on the OpenAI end, as no API key usage is detected.
Looking at the traces in CloudWatch, there is no error in the flow, so it seems the prompt is not passed over to OpenAI:
The text was updated successfully, but these errors were encountered: