Tomas Kowalski
Tomas Kowalski
solution. an identical CorrelationId is needed ``` if ($this->message->getReplyTo()) { $queue = $this->context->createQueue($this->message->getReplyTo()); $newMessage->setCorrelationId($this->message->getCorrelationId()); $this->context->createProducer()->send($queue, $newMessage); } ```
Has anyone managed to overcome the problem?
Any news ?
> I was able to make it work when I changed pull from url to upload file. The issue might be related to pull from url portion only. can you...
> > > I was able to make it work when I changed pull from url to upload file. The issue might be related to pull from url portion only....
@mil3na current functionality is closed and ready for review. Further features are in progress and will be delivered in subsequent commits.
> Hi! Thank you for your contribution! My name is Milena and I will be reviewing it today. > > A few comments: > > * What is the difference...
@mil3na any news / comment ?
@mil3na Below is a list of what I see: 1. llm support: anthropic, cohere, groq, ollama, openai, perplexity 2. ability to switch between different llms within one context, changing "assistant"...
I don't know if adding more llms to (https://www.raycast.com/abielzulio/chatgpt) makes sense - this package focuses very much on GPT. https://www.raycast.com/HelloImSteven/promptlab has also closed down very heavily on Anthropic and GPT,...