Skip to content

Conversation

@huydt-avatarin
Copy link

I just want to make parlant work with my self-host vLLM

Signed-off-by: huydt-avatarin <[email protected]>
tokenizer_model_name: str | None = None,
max_tokens: int | None = None,
) -> None:
super().__init__(logger=logger, meter=meter or NullMeter(), model_name=model_name)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can avoid this or NullMeter()

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I removed it

Signed-off-by: huydt-avatarin <[email protected]>
@mc-dorzo
Copy link
Contributor

mc-dorzo commented Dec 8, 2025

Hey @huydt-avatarin — we were wondering how you’re actually utilizing it, since it’s not implemented in the OpenAIService.
Also, I noticed quite a bit of duplication in the generate function. Could you possibly leverage and inherit from the OpenAISchematicGenerator class?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants