Sachin Sachdeva

Results 3 issues of Sachin Sachdeva

Hello fellow SpechBrainers :) , First of all thanks building and making is awesome ToolKit. I have been playing around with the ASR part (and related recipes ) for year...

Updated readme with the web link for haystack ollama integration

consider using models to properly encapsulate request/responses for example ```python import ollama response = ollama.chat(model='llama2', messages=[ { 'role': 'user', 'content': 'Why is the sky blue?', }, ]) print(response['message']['content']) ``` would...