Package com.unfbx.chatgpt.interceptor
Class OpenAiResponseInterceptor
- java.lang.Object
-
- com.unfbx.chatgpt.interceptor.OpenAiResponseInterceptor
-
- All Implemented Interfaces:
okhttp3.Interceptor
public class OpenAiResponseInterceptor extends Object implements okhttp3.Interceptor
描述:openai 返回值处理Interceptor- Since:
- 2023-03-23
- Author:
- https:www.unfbx.com
-
-
Constructor Summary
Constructors Constructor Description OpenAiResponseInterceptor()
-
-
-
Method Detail
-
intercept
public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOException- Specified by:
interceptin interfaceokhttp3.Interceptor- Throws:
IOException
-
-