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

@@ -172,6 +172,8 @@ EMBEDDING_MODEL_CONFIG = {
"sentence-transforms": os.path.join(MODEL_PATH, "all-MiniLM-L6-v2"),
"proxy_openai": "proxy_openai",
"proxy_azure": "proxy_azure",
# Common HTTP embedding model
"proxy_http_openapi": "proxy_http_openapi",
}