Uses of Class
com.unfbx.chatgpt.interceptor.OpenAiAuthInterceptor
-
Packages that use OpenAiAuthInterceptor Package Description com.unfbx.chatgpt com.unfbx.chatgpt.interceptor -
-
Uses of OpenAiAuthInterceptor in com.unfbx.chatgpt
Methods in com.unfbx.chatgpt with parameters of type OpenAiAuthInterceptor Modifier and Type Method Description OpenAiClient.BuilderOpenAiClient.Builder. authInterceptor(OpenAiAuthInterceptor val)OpenAiStreamClient.BuilderOpenAiStreamClient.Builder. authInterceptor(OpenAiAuthInterceptor val) -
Uses of OpenAiAuthInterceptor in com.unfbx.chatgpt.interceptor
Subclasses of OpenAiAuthInterceptor in com.unfbx.chatgpt.interceptor Modifier and Type Class Description classDefaultOpenAiAuthInterceptor描述:请求增加header apikeyclassDynamicKeyOpenAiAuthInterceptor描述:动态处理key的鉴权拦截器
-