fix: abort chat response

This commit is contained in:
archer
2023-08-05 14:14:51 +08:00
parent 236e7d3c3f
commit 09879004be
5 changed files with 41 additions and 35 deletions

View File

@@ -14,6 +14,7 @@
"qaMaxProcess": 15,
"pgIvfflatProbe": 20
},
"plugins": {},
"ChatModels": [
{
"model": "gpt-3.5-turbo",
@@ -62,6 +63,5 @@
"name": "Embedding-2",
"price": 0.2
}
],
"plugins": {}
]
}