aws-samples / aws-genai-llm-chatbot

A modular and comprehensive solution to deploy a Multi-LLM and Multi-RAG powered chatbot (Amazon Bedrock, Anthropic, HuggingFace, OpenAI, Meta, AI21, Cohere, Mistral) using AWS CDK on AWS
https://aws-samples.github.io/aws-genai-llm-chatbot/
MIT No Attribution
1.11k stars 334 forks source link

idefics9b expired token problem #229

Open portisto opened 1 year ago

portisto commented 1 year ago

Hello, i've tried two idefics multimodal models and although they work out of the box previously now I am getting this message when I try to upload an image:

image

Anybody know what this is about?

massi-ang commented 11 months ago

In order to upload images we are generating a pre-signed URL with an expiration time. This URL could be expired or the sessions used by the role that generated the URL could be expired. Would need to reproduce to understand the cause.