public class Completion extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Completion.Model |
| Constructor and Description |
|---|
Completion() |
| Modifier and Type | Method and Description |
|---|---|
void |
setBestOf(Integer bestOf) |
void |
setEcho(boolean echo) |
void |
setFrequencyPenalty(double frequencyPenalty) |
void |
setLogitBias(Map logitBias) |
void |
setLogprobs(Integer logprobs) |
void |
setMaxTokens(Integer maxTokens) |
void |
setModel(String model) |
void |
setN(Integer n) |
void |
setPresencePenalty(double presencePenalty) |
void |
setPrompt(String prompt) |
void |
setStop(List<String> stop) |
void |
setStream(boolean stream) |
void |
setSuffix(String suffix) |
void |
setTemperature(double temperature) |
void |
setTopP(Double topP) |
void |
setUser(String user) |
public void setPrompt(String prompt)
public void setModel(String model)
public void setSuffix(String suffix)
public void setMaxTokens(Integer maxTokens)
public void setTemperature(double temperature)
public void setTopP(Double topP)
public void setN(Integer n)
public void setStream(boolean stream)
public void setLogprobs(Integer logprobs)
public void setEcho(boolean echo)
public void setPresencePenalty(double presencePenalty)
public void setFrequencyPenalty(double frequencyPenalty)
public void setBestOf(Integer bestOf)
public void setLogitBias(Map logitBias)
public void setUser(String user)
Copyright © 2023 grt1228. All rights reserved.