This commit is contained in:
phact 2025-10-14 12:15:45 -04:00
parent 2454cc978e
commit 9674021fae
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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:

2
uv.lock generated
View file

@ -2352,7 +2352,7 @@ wheels = [
[[package]]
name = "openrag"
version = "0.1.21"
version = "0.1.24"
source = { editable = "." }
dependencies = [
{ name = "agentd" },