Andrew Heschl

Results 4 comments of Andrew Heschl

Same, worked fine but then I edited the hotword.py sample to add custom code... It stopped working after. I reverted it and still nothing. This is not the first time...

I believe that the problem is to do with audio setup and files. I tried to use Alexa after giving up on the assistant SDK and that didn't work. I...

does the failed "Test" check mean test cases didn't pass?? if so I must have messed up the merge

Hello, I am getting a similar issue with Ollama and tool calling: ``` self.model = ChatOllama( model=model_name, num_ctx=context, temperature=temperature, base_url=endpoint, extract_reasoning=False ).bind_tools(tools=[tool[0] for tool in tools]) ``` and ``` message...