Package dev.enola.ai.langchain4j
Class GoogleChatModelProvider
java.lang.Object
dev.enola.ai.iri.GoogleModelProvider<dev.langchain4j.model.chat.StreamingChatModel>
dev.enola.ai.langchain4j.GoogleChatModelProvider
- All Implemented Interfaces:
Provider<dev.langchain4j.model.chat.StreamingChatModel>
public class GoogleChatModelProvider
extends GoogleModelProvider<dev.langchain4j.model.chat.StreamingChatModel>
-
Field Summary
Fields inherited from class dev.enola.ai.iri.GoogleModelProvider
FLASH, FLASH_LITE, GEMMA3_1B, GOOGLE_AI_API_KEY_SECRET_NAME, PRO, secretManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected dev.langchain4j.model.chat.StreamingChatModelcreate(Secret apiKey, String modelName, ModelConfig config) Methods inherited from class dev.enola.ai.iri.GoogleModelProvider
docURL, name, optional, uriExamples, uriTemplates
-
Constructor Details
-
GoogleChatModelProvider
-
-
Method Details
-
create
protected dev.langchain4j.model.chat.StreamingChatModel create(Secret apiKey, String modelName, ModelConfig config) - Specified by:
createin classGoogleModelProvider<dev.langchain4j.model.chat.StreamingChatModel>
-