Uses of Interface
com.unfbx.chatgpt.function.KeyStrategyFunction
-
Packages that use KeyStrategyFunction Package Description com.unfbx.chatgpt com.unfbx.chatgpt.function -
-
Uses of KeyStrategyFunction in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt with parameters of type KeyStrategyFunction Modifier and Type Method Description OpenAiClient.BuilderOpenAiClient.Builder. keyStrategy(KeyStrategyFunction val)OpenAiStreamClient.BuilderOpenAiStreamClient.Builder. keyStrategy(KeyStrategyFunction val) -
Uses of KeyStrategyFunction in com.unfbx.chatgpt.function
Classes in com.unfbx.chatgpt.function that implement KeyStrategyFunction Modifier and Type Class Description classKeyRandomStrategy描述:随机策略
-