"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "eadbfeb2774551094e851e2850cde4e3d37fc419"
Unverified Commit df7517f9 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #1639 from open-webui/dev

fix
parents 040ea705 98369fba
...@@ -117,8 +117,8 @@ class RAGMiddleware(BaseHTTPMiddleware): ...@@ -117,8 +117,8 @@ class RAGMiddleware(BaseHTTPMiddleware):
rag_app.state.RAG_EMBEDDING_ENGINE, rag_app.state.RAG_EMBEDDING_ENGINE,
rag_app.state.RAG_EMBEDDING_MODEL, rag_app.state.RAG_EMBEDDING_MODEL,
rag_app.state.sentence_transformer_ef, rag_app.state.sentence_transformer_ef,
rag_app.state.RAG_OPENAI_API_KEY, rag_app.state.OPENAI_API_KEY,
rag_app.state.RAG_OPENAI_API_BASE_URL, rag_app.state.OPENAI_API_BASE_URL,
) )
del data["docs"] del data["docs"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment