Aadarsh Bhalerao
Aadarsh Bhalerao
config.yml ``` models: - type: main engine: openai model: gpt-3.5-turbo rails: input: flows: - self check input output: flows: - self check output ``` prompts.pml ``` prompts: - task: self_check_input...
@drazvan if you could help me with a revert on this by tonight that would be really helpful.
Thanks @kaushikabhishek87 This worked perfectly. I have another question, when we dont specify the kind of rail to run in options. In that case, all the llm calls are made...
Can someone update on this?
Asking for an update again
Thanks for the revert @Nusnus but even though I have added app.conf.visibility_timeout = 120 It sill add the message back to the queue after 3600 secs Here's my revised code...
Is it like, 1 hr is the base visibility time-out? Like we can set another value north of 3600
@Nusnus When I set the following values to 120: ``` app.conf.broker_transport_options = {'visibility_timeout': 120} # 2 minutes app.conf.result_backend_transport_options = {'visibility_timeout': 120} app.conf.visibility_timeout = 120 ``` I trigger a task, and...
Hi @drazvan and @Pouyanpi Can you guys please check this
Thanks @drazvan but along with the input and output It doesnt allow me to just use ```generate_user_intent```. Reason why I need that is, in a scenario where I have mentioned...