feat: gpt3流响应

This commit is contained in:
archer
2023-03-25 20:43:03 +08:00
parent 6bba859060
commit 274ece1d91
12 changed files with 163 additions and 76 deletions

View File

@@ -39,9 +39,9 @@ const ModelSchema = new Schema({
},
temperature: {
type: Number,
min: 1,
min: 0,
max: 10,
default: 5
default: 4
},
service: {
company: {