perf: http empty params (#3773)

* model config

* feat: normalization embedding

* perf: http empty params

* doc
This commit is contained in:
Archer
2025-02-13 10:35:11 +08:00
committed by GitHub
parent abe082b9ab
commit 1094c65f2b
9 changed files with 26 additions and 20 deletions

View File

@@ -245,6 +245,13 @@
"showTopP": true,
"showStopSign": true,
"responseFormatList": ["text", "json_object"]
},
{
"model": "text-embedding-v3",
"name": "text-embedding-v3",
"defaultToken": 512,
"maxToken": 8000,
"type": "embedding"
}
]
}