- Issue created by @doxigo
- 🇫🇮Finland jhuhta
Can't reproduce, but the module is successfully uninstalled when I try it. Can you provide more information?
Thanks a lot for a quick reply.
It just saysprovider_deepl.settings
already exists.That aside, a side question, do we have AI automators integration? I want to use "Chat with Complex JSON" with DeepL provider.
- 🇫🇮Finland jhuhta
I can't really investigate this further with no more info as I can't reproduce it myself. Hence, closing.
To your question, DeepL API doesn't provide any chat-like operation, so in a sense it is somewhat different a thing from the most LLM providers. It just translates, text in, text out. For this purpose we created the text translation operation type to the AI core module. So no, to my understanding the chat (or chat with complex json for that matter) operation type can't be provided, and AI Automators, which relies heavily on the chat operation type, can't be supported.
However, please correct me if I'm wrong. And obviously I'd gladly include new, contributed features to provide support for wider use cases. But that's a matter for another issue.
Thanks Jukka, I need to further understand the ecosystem myself. My use case is that I already have a "CKEditor automated translation job" that uses OpenAI to translate text based on another field in the node. it works fine and I wanted to switch from OpenAI to another provider. But from what I understood, I can't really do that since the CKEditor text seems to be a "Chat with Complex JSON" scenario.