-
GoogleAiGeminiChatModel(String apiKey,
String modelName,
Integer maxRetries,
Double temperature,
Integer topK,
Double topP,
Integer maxOutputTokens,
Integer candidateCount,
Duration timeout,
dev.langchain4j.model.chat.request.ResponseFormat responseFormat,
List<String> stopSequences,
GeminiFunctionCallingConfig toolConfig,
Boolean allowCodeExecution,
Boolean includeCodeExecutionOutput,
Boolean logRequestsAndResponses,
List<GeminiSafetySetting> safetySettings,
List<dev.langchain4j.model.chat.listener.ChatModelListener> listeners)