public final class ChatCompletionRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChatCompletionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChatCompletionRequest.Builder |
builder() |
boolean |
equals(Object another) |
Double |
frequencyPenalty() |
int |
hashCode() |
Map<String,Integer> |
logitBias() |
Integer |
maxTokens() |
List<Message> |
messages() |
String |
model() |
Integer |
n() |
Double |
presencePenalty() |
List<String> |
stop() |
Boolean |
stream() |
Double |
temperature() |
Double |
topP() |
String |
toString() |
String |
user() |
public String model()
public Double temperature()
public Double topP()
public Integer n()
public Boolean stream()
public Integer maxTokens()
public Double presencePenalty()
public Double frequencyPenalty()
public String user()
public static ChatCompletionRequest.Builder builder()
Copyright © 2023. All rights reserved.