fix: Fixed multi-turn dialogue bug (#1259)

This commit is contained in:
Fangyin Cheng
2024-03-06 22:17:47 +08:00
committed by GitHub
parent 74ec8e52cd
commit 872b5745d3
7 changed files with 199 additions and 35 deletions

View File

@@ -552,7 +552,7 @@ class ProxyEmbeddingParameters(BaseEmbeddingModelParameters):
_EMBEDDING_PARAMETER_CLASS_TO_NAME_CONFIG = {
ProxyEmbeddingParameters: "proxy_openai,proxy_azure"
ProxyEmbeddingParameters: "proxy_openai,proxy_azure,proxy_http_openapi",
}
EMBEDDING_NAME_TO_PARAMETER_CLASS_CONFIG = {}