| 程序包 | 说明 |
|---|---|
| cn.iaimi.openaisdk.api | |
| cn.iaimi.openaisdk.common |
| 限定符和类型 | 方法和说明 |
|---|---|
BaseResponse<CreateChatCompletionResponse> |
OpenAiApi.createChatCompletion(CreateChatCompletionRequest request,
ConfigInfo configInfo) |
BaseResponse<CreateChatCompletionResponse> |
OpenAiApi.createChatCompletion(CreateChatCompletionRequest request,
ConfigInfo configInfo) |
| 限定符和类型 | 方法和说明 |
|---|---|
static BaseResponse |
ResultUtils.error(ErrorCode errorCode)
失败
|
static BaseResponse |
ResultUtils.error(ErrorCode errorCode)
失败
|
static BaseResponse |
ResultUtils.error(ErrorCode errorCode,
String message)
失败
|
static BaseResponse |
ResultUtils.error(ErrorCode errorCode,
String message)
失败
|
static BaseResponse |
ResultUtils.error(int code,
String message)
失败
|
static BaseResponse |
ResultUtils.error(int code,
String message)
失败
|
static <T> BaseResponse<T> |
ResultUtils.success(T data)
成功
|
static <T> BaseResponse<T> |
ResultUtils.success(T data)
成功
|
Copyright © 2024. All rights reserved.