Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sonicos Model: '-' in name of device is not supported #3128

Open
marmack95 opened this issue Apr 16, 2024 · 1 comment
Open

Sonicos Model: '-' in name of device is not supported #3128

marmack95 opened this issue Apr 16, 2024 · 1 comment
Assignees

Comments

@marmack95
Copy link

marmack95 commented Apr 16, 2024

Hello,
the sonicos model not works if device name use a '-'.

Sonicos model use as prompt:
prompt /^\w+@\w+[>]\(?.+\)?\s?/

\w correspond to [a-zA-Z0-9_].
I extend sonicos model with this one and it works now:
prompt /^\w+@[a-zA-Z0-9-]+[>]\(?.+\)?\s?/

NB: Oxidized 0.30.1 - Docker version

@robertcheramy
Copy link
Collaborator

Please make a PR for this.

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

No branches or pull requests

2 participants