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

Merge pull request #4579 from alexandregodard/main

Update main.py
parents e1e69cfb 7a8f8960
......@@ -376,7 +376,7 @@ async def update_reranking_config(
try:
app.state.config.RAG_RERANKING_MODEL = form_data.reranking_model
update_reranking_model(app.state.config.RAG_RERANKING_MODEL), True
update_reranking_model(app.state.config.RAG_RERANKING_MODEL, True)
return {
"status": True,
......
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