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