400 {“type”:“error”,“error”:{“type”:“invalid_request_error”,“message”:“temperature and top_p cannot both be specified for this model. Please use only one.”}
因为无法配置是否传递 tempature 跟 top_p,所以默认两个不填也会传,导致无法使用
400 {“type”:“error”,“error”:{“type”:“invalid_request_error”,“message”:“temperature and top_p cannot both be specified for this model. Please use only one.”}
因为无法配置是否传递 tempature 跟 top_p,所以默认两个不填也会传,导致无法使用