updated texttotextinference api
Former-commit-id: 1c9205ceaebf909eadfb52724189258c6326782d
This commit is contained in:
parent
73bd1a7f08
commit
f7e3e91887
|
@ -79,10 +79,8 @@ type (
|
|||
TextToTextInferenceReq{
|
||||
TaskName string `form:"taskName"`
|
||||
TaskDesc string `form:"taskDesc"`
|
||||
ModelName string `form:"modelName"`
|
||||
ModelType string `form:"modelType"`
|
||||
AdapterId string `form:"adapterId"`
|
||||
AiClusterIds []string `form:"aiClusterIds"`
|
||||
InstanceId int64 `form:"instanceId"`
|
||||
}
|
||||
TextToTextInferenceResp{
|
||||
|
||||
|
|
|
@ -5976,12 +5976,10 @@ type InferenceResult struct {
|
|||
}
|
||||
|
||||
type TextToTextInferenceReq struct {
|
||||
TaskName string `form:"taskName"`
|
||||
TaskDesc string `form:"taskDesc"`
|
||||
ModelName string `form:"modelName"`
|
||||
ModelType string `form:"modelType"`
|
||||
AdapterId string `form:"adapterId"`
|
||||
AiClusterIds []string `form:"aiClusterIds"`
|
||||
TaskName string `form:"taskName"`
|
||||
TaskDesc string `form:"taskDesc"`
|
||||
ModelType string `form:"modelType"`
|
||||
InstanceId int64 `form:"instanceId"`
|
||||
}
|
||||
|
||||
type TextToTextInferenceResp struct {
|
||||
|
|
Loading…
Reference in New Issue