Julian Gerhard
Julian Gerhard
I'd be interested in this aswell. Any hints on how to proceed here?
Hi, @psinger @maxjeblick - this is highly relevant for me such that I am curious when this could be done or in case of a larger time consumption if there...
Same for me.
@psinger - to me it seems that the summarize function wants to call the default url (generate_stream) but is not prepared for its return type (stream) hence throws an exception....
> Yes, the issue is that summarize is calling external HF node library code via `textGeneration`, not the same as the conversational code does. And the same is done for...
Hi @Jintao-Huang , I'd be interested in further finetuning it to improve on german language. Are there any plans to include this architecture in mergekit? Obviously, my thoughts were to...
In addition, even if installing 0.0.59 with the latest e.g. Pycharm Professional, the plugin crashes while chunking.
Of course, no problem. I am currently working with: ``` logger.remove(0) logger.add(sys.stderr, level="DEBUG") twilio = Client( os.environ.get("TWILIO_ACCOUNT_SID"), os.environ.get("TWILIO_AUTH_TOKEN") ) async def main(websocket_client, stream_sid, call_sid): transport = FastAPIWebsocketTransport( websocket=websocket_client, params=FastAPIWebsocketParams( audio_out_enabled=True,...
In a standard case, I do not want to allow any interruptions, so I set the parameter to False. However, I now notice that as soon as I do this,...
I just noticed my mistake - the headline was misleading. I corrected this.