langchain4j/langchain4j-azure-open-ai
Julien Dubois 5e52722a67
Remove direct dependency to the langchain4j-open-ai (#656)
There is currently a direct dependency on the `langchain4j-open-ai`
module in order to use the `OpenAiTokenizer` class.

This code moves that dependency to the `test` scope, so that end-users
don't get the full `langchain4j-open-ai` module (and its dependencies)
in their classpath at runtime.
2024-02-22 14:46:12 +01:00
..
src Remove direct dependency to the langchain4j-open-ai (#656) 2024-02-22 14:46:12 +01:00
pom.xml Remove direct dependency to the langchain4j-open-ai (#656) 2024-02-22 14:46:12 +01:00