fix: update esperanto dep and increase transformation max_tokens (#568)
Some checks failed
Development Build / extract-version (push) Has been cancelled
Development Build / build-regular (push) Has been cancelled
Development Build / build-single (push) Has been cancelled
Development Build / summary (push) Has been cancelled

* fix: increase transformation max_tokens from 5055 to 8192

Closes #565

* chore: update esperanto dep to fix api keys passing via config - fixes: #567
This commit is contained in:
Luis Novo 2026-02-12 07:33:27 -03:00 committed by GitHub
parent 98dadd151a
commit 877c303b02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 9 deletions

View file

@ -41,7 +41,7 @@ async def run_transformation(state: dict, config: RunnableConfig) -> dict:
str(payload),
config.get("configurable", {}).get("model_id"),
"transformation",
max_tokens=5055,
max_tokens=8192,
)
response = await chain.ainvoke(payload)