aws-genai-llm-chatbot icon indicating copy to clipboard operation
aws-genai-llm-chatbot copied to clipboard

OpenAI basic prompts are not returning a response

Open sdpoueme opened this issue 10 months ago • 2 comments

Description When sending a basic prompt to OpenAI in the playground, the status wheel keeps spinning and no response is returned. image

Steps to reproduce

  1. Deploy the solution
  2. Set the OpenAI key in secrets manager
  3. Validate that the available models are loading
  4. 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: image

sdpoueme avatar Apr 21 '24 22:04 sdpoueme

Still trying to make the OpenAI intégration work, using the OpenAI dev key but it is failing. Any idea where I should look into?

sdpoueme avatar Apr 26 '24 11:04 sdpoueme

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 dependencyimage.png

sdpoueme avatar May 02 '24 22:05 sdpoueme