Robby

Results 39 comments of Robby

Hi, is this issue still up for grabs? I started using Zellij recently and love it, and wanted to start contributing. This seems like a good place to get accustomed...

I have it saving the audio file locally in `./tts/{name}.{format}` right now. Would it be a good idea to add a flag to also save the corresponding text to `./tts/{name}.txt`?...

Working on unit tests, but I am not familiar with pytest mocking. Can I get some help on how to mock the `openai` call: ```py response = openai.audio.speech.create(...) ``` Or...

Hi @efriis , this is ready for review!

Can look into standardizing some of the API from the work reviewed on https://github.com/langchain-ai/langchain/pull/18880

Yeah I think the easiest approach for this is to add LiteLLM support.

[LiteLLM PR draft](https://github.com/BerriAI/litellm/pull/3229)

LiteLLM support has been added, so I updated the docs to show how to use watsonx with via LiteLLM, so no new code changes. Should I create a `from_watsonx` still...

Was waiting to test since my watsonx API key is on my work computer, but just tried it. I just updated LiteLLM to latest but it is still not out...