v0.1.24
This commit is contained in:
parent
2454cc978e
commit
9674021fae
3 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
2
uv.lock
generated
|
|
@ -2352,7 +2352,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "openrag"
|
||||
version = "0.1.21"
|
||||
version = "0.1.24"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "agentd" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue