mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 13:23:15 +00:00
Fix type declaration for the cross_encoder_model state variable. Update name of the new update API
This commit is contained in:
@@ -334,7 +334,7 @@ async def update_chat_model(
|
||||
|
||||
@api.post("/config/data/search/model", status_code=200)
|
||||
@requires(["authenticated"])
|
||||
async def update_chat_model(
|
||||
async def update_search_model(
|
||||
request: Request,
|
||||
id: str,
|
||||
client: Optional[str] = None,
|
||||
|
||||
Reference in New Issue
Block a user