Uses of Class
org.wildfly.extension.ai.injection.chat.WildFlyGithubModelChatModelConfig
Packages that use WildFlyGithubModelChatModelConfig
-
Uses of WildFlyGithubModelChatModelConfig in org.wildfly.extension.ai.injection.chat
Methods in org.wildfly.extension.ai.injection.chat that return WildFlyGithubModelChatModelConfigModifier and TypeMethodDescriptionWildFlyGithubModelChatModelConfig.customHeaders(Map<String, String> customHeaders) WildFlyGithubModelChatModelConfig.frequencyPenalty(Double frequencyPenalty) WildFlyGithubModelChatModelConfig.gitHubToken(String gitHubToken) WildFlyGithubModelChatModelConfig.logRequestsAndResponses(Boolean logRequestsAndResponses) WildFlyGithubModelChatModelConfig.maxRetries(Integer maxRetries) WildFlyGithubModelChatModelConfig.presencePenalty(Double presencePenalty) WildFlyGithubModelChatModelConfig.serviceVersion(String serviceVersion) WildFlyGithubModelChatModelConfig.setJson(boolean isJson) WildFlyGithubModelChatModelConfig.setObservable(boolean observable) WildFlyGithubModelChatModelConfig.setStreaming(boolean streaming) WildFlyGithubModelChatModelConfig.temperature(Double temperature) WildFlyGithubModelChatModelConfig.timeout(long timeOut) WildFlyGithubModelChatModelConfig.userAgentSuffix(String userAgentSuffix)