-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi @mcruzdev , I set the OPENAI_API_KEY and enabled quarkus.sqs.devservices.enabled=true as suggested. However, when running the app, it still fails with missing config errors for whatsapp.messages-processed.queue-url and whatsapp.incoming-messages.queue-url. Should these be explicitly set, or should DevServices handle them automatically?
Hi @kotlalokeshwari098, I think we need to create it manually using an script, take a look here https://docs.quarkiverse.io/quarkus-amazon-services/dev/dev-services.html#quarkus-amazon_quarkus-aws-devservices-localstack-init-scripts-folder
Again, we need to update the documentation for contributors that do not want to use a real service, I will create an issue for it, the same thing for OpenAI, we can use ollama locally.