now I am at latest 0.4.2
when i import https://openwebui.com/f/bgeneto/dall_e ,the error shows "Only alphanumeric characters and underscores are allowed in the id"
as the following code
self.id = "DALL_E"
self.name = "DALL-E"
the author has already use DALL_E as its id ,I think the pipeline is ok
but the id in open-webui seems to be "dall-e",not "dall_e"
Originally created by @maru7777 on GitHub (Nov 21, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7144
now I am at latest 0.4.2
when i import `https://openwebui.com/f/bgeneto/dall_e` ,the error shows "Only alphanumeric characters and underscores are allowed in the id"
as the following code
```
self.id = "DALL_E"
self.name = "DALL-E"
```
the author has already use DALL_E as its id ,I think the pipeline is ok
but the id in open-webui seems to be "dall-e",not "dall_e"
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @maru7777 on GitHub (Nov 21, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7144
now I am at latest 0.4.2
when i import
https://openwebui.com/f/bgeneto/dall_e,the error shows "Only alphanumeric characters and underscores are allowed in the id"as the following code
the author has already use DALL_E as its id ,I think the pipeline is ok
but the id in open-webui seems to be "dall-e",not "dall_e"