public static final class BotChatCompletionRequest.Builder extends ChatCompletionRequest.Builder
public static BotChatCompletionRequest.Builder aBotChatCompletionRequest()
public BotChatCompletionRequest.Builder metadata(Map<String,Object> metadata)
public BotChatCompletionRequest.Builder botId(String botId)
public BotChatCompletionRequest.Builder model(String model)
model 在类中 ChatCompletionRequest.Builderpublic BotChatCompletionRequest.Builder messages(List<ChatMessage> messages)
public BotChatCompletionRequest.Builder temperature(Double temperature)
public BotChatCompletionRequest.Builder topP(Double topP)
topP 在类中 ChatCompletionRequest.Builderpublic BotChatCompletionRequest.Builder stream(Boolean stream)
stream 在类中 ChatCompletionRequest.Builderpublic BotChatCompletionRequest.Builder streamOptions(ChatCompletionRequest.ChatCompletionRequestStreamOptions streamOptions)
public BotChatCompletionRequest.Builder stop(List<String> stop)
stop 在类中 ChatCompletionRequest.Builderpublic BotChatCompletionRequest.Builder maxTokens(Integer maxTokens)
public BotChatCompletionRequest.Builder presencePenalty(Double presencePenalty)
public BotChatCompletionRequest.Builder frequencyPenalty(Double frequencyPenalty)
public BotChatCompletionRequest.Builder logitBias(Map<String,Integer> logitBias)
public BotChatCompletionRequest.Builder user(String user)
user 在类中 ChatCompletionRequest.Builderpublic BotChatCompletionRequest.Builder functions(List<ChatFunction> functions)
public BotChatCompletionRequest.Builder tools(List<ChatTool> tools)
tools 在类中 ChatCompletionRequest.Builderpublic BotChatCompletionRequest.Builder functionCall(ChatCompletionRequest.ChatCompletionRequestFunctionCall functionCall)
public BotChatCompletionRequest.Builder logprobs(Boolean logprobs)
public BotChatCompletionRequest.Builder topLogprobs(Integer topLogprobs)
public BotChatCompletionRequest build()
build 在类中 ChatCompletionRequest.BuilderCopyright © 2024. All rights reserved.