Berkin Güler

Results 5 issues of Berkin Güler

``` [E] 3: [executionContext.cpp::validateInputBindings::1831] Error Code 3: API Usage Error (Parameter check failed at: runtime/api/executionContext.cpp::validateInputBindings::1831, condition: profileMaxDims.d[i] >= dimensions.d[i]. Supplied binding dimension [2,4,64,96] for bindings[0] exceed min ~ max range...

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? ControlNet extension (https://github.com/Mikubill/sd-webui-controlnet) defines its own...

bug-report

I have the following pipeline definition: ```python context = OpenAILLMContext(messages, tools) tma_in = LLMUserContextAggregator(context) tma_out = LLMAssistantContextAggregator(context) user_idle = UserIdleProcessor(callback=..., timeout=10.0) pipeline = Pipeline([ transport.input(), user_idle, tma_in, llm, tts, transport.output(),...

`pipecat.services.anthropic:_process_context:126 - AnthropicLLMService#0 exception: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'messages: roles must alternate between "user" and "assistant", but found multiple "user" roles in a row'}}`...

Can you add an example using the prompt caching?