diff --git a/pyproject.toml b/pyproject.toml index 92dc1604..527a7a00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openrag" -version = "0.1.23" +version = "0.1.24" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" diff --git a/src/api/settings.py b/src/api/settings.py index 17c57a60..19cbf1e3 100644 --- a/src/api/settings.py +++ b/src/api/settings.py @@ -635,7 +635,7 @@ async def onboarding(request, flows_service): provider, body["embedding_model"], body["llm_model"], - body["endpoint"], + body.get("endpoint"), ) except Exception as e: diff --git a/uv.lock b/uv.lock index 3add6747..4c967fc1 100644 --- a/uv.lock +++ b/uv.lock @@ -2352,7 +2352,7 @@ wheels = [ [[package]] name = "openrag" -version = "0.1.21" +version = "0.1.24" source = { editable = "." } dependencies = [ { name = "agentd" },