You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
As discussed in langchain4j/langchain4j#2434 (comment), the base code for Content.java has to be updated in order to support the input_audio content type.
I'm trying to implement this but as far as I see the unit tests are using the real OpenAI API, so I need a "subscription" (add the payment method and take into account the tokens) in order to run the unit tests locally, am I right?
Hi @sergioverde90, yes, you need an API key to test. I can provide a temporary one if you'll ping me via email: [email protected].
How do you plan to use this feature though? Which LLM provider do you plan to use?
Because I want to contribute with something useful to this project, my aim is to solve langchain4j/langchain4j#2434 because it looks a good starting point. So answering your question I only plan to use the key to pass the tests locally, but maybe there are some alternatives to that. And becasue the original issue points to OpenAI that's the provider I would use.
It's almost implemented btw, but I want (and have) to run the tests to verify that everything is working as expected.
Is your feature request related to a problem? Please describe.
As discussed in langchain4j/langchain4j#2434 (comment), the base code for Content.java has to be updated in order to support the
input_audio
content type.Describe the solution you'd like
The text was updated successfully, but these errors were encountered: