All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.langchain4j.vertexai.spring.ChatModelProperties Maven / Gradle / Ivy

There is a newer version: 0.36.2
Show newest version
package dev.langchain4j.vertexai.spring;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class ChatModelProperties {

    private String project;
    private String location;
    private String modelName;
    private Float temperature;
    private Integer maxOutputTokens;
    private Integer topK;
    private Float topP;
    private Integer maxRetries;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy