Serhii Korol
Serhii Korol
I found [this](https://github.com/actions-on-google/smart-home-nodejs/issues/66) old but interesting thread. There were several cross-references between Auth0 and Google communities that allow to make the following conclusions: - neither Google nor Auth0 really wanted...
@symdeb for me `RequestSync` calls were constantly failing with 403 error after token expiration. But again, that seems to be Auth0-specific case, as if Google side hasn't met their requirements...
See https://github.com/juncongmoo/pyllama/issues/60#issuecomment-1500987266
It's quite easy to do in Python. Here's an example: ``` import wave wav = wave.open(name, "wb") wav.setparams((CHANNELS, 2, SAMPLE_RATE, 0, 'NONE', 'not compressed')) wav.writeframes(audio_chunk) wav.close() ```
I am also looking forward to seeing this feature soon. For instance, GPT-4V can take several images and find relationships between objects on different images. It's pretty cool and has...
It works for me. I mean I can package and link it with spacy as a default `ru` model (tried on 2.3.1 version). And of course, my entities are correctly...
See https://github.com/allure-framework/allure-js/issues/245. Should be fixed with the recent PRs. But I haven't checked yet. Feel free to review those changes or just use suggested workarounds.
@fanjm95, @jerryyip maybe you have some thoughts folks?
@spidey99 seems like this repo is dead and not maintained anymore. Moreover, main contributors don't answer even to emails. I didn't find any help on official forum as well. Unfortunately,...
@songtaoshi if you just get the stream from pyaudio, there won't be any DSP algorithms applied at all. It makes no sense to send a raw audio stream to ASR...