Douglas Coimbra de Andrade

Results 11 comments of Douglas Coimbra de Andrade

Any way to use tf.map_fn instead? Same bug

Yes, problem solved, well done. I didn't test it using my current prod pipeline (tf==2.8.2 there iirc) but the model now builds correctly. For the record (using Colab): Current version:...

I would like to help with the AI part. Any progress on syncing with the HS UI?

I have not. I'll do that and post the results.

How can I turn this into a feature request to comply with the new feature flow?

For what it's worth, I have a working implementation that I'm testing in https://github.com/douglas125/io/blob/feature/griffin-lim/tensorflow_io/python/ops/audio_ops.py I needed some extra changes so that the result could be written to a wav/mp3 without...

@rohitprasad15 I've been working on this multi-provider model calling topic in https://github.com/douglas125/SelfTestingGAT_LLM maybe we could find a way to merge the 2 repositories in a way that I can focus...

> Will the initial implementation support parallel (multiple) tool/function calling over streamed responses across all providers? No, only one at a time at the moment. That's quite doable though

I can confirm that using Gemini via the OpenAI API doesn't work. Error 400 "message is null". All other models work (OpenAI itself, Maritaca, Deepseek, Ollama, vLLM)

Are you using the versions required in `requirements.txt` ? I think the tensorflow version might have to be 2.3.0