"sugon_apps/apps-common/src/deepstream_audio_classifier_bin.c" did not exist on "77e9fc8cc58ea12322adddc53ccc84b2f389bb4d"
Commit 98369fba authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 1cf4fa96
......@@ -117,8 +117,8 @@ class RAGMiddleware(BaseHTTPMiddleware):
rag_app.state.RAG_EMBEDDING_ENGINE,
rag_app.state.RAG_EMBEDDING_MODEL,
rag_app.state.sentence_transformer_ef,
rag_app.state.RAG_OPENAI_API_KEY,
rag_app.state.RAG_OPENAI_API_BASE_URL,
rag_app.state.OPENAI_API_KEY,
rag_app.state.OPENAI_API_BASE_URL,
)
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