KNIME and Copilot

Hi KNIMErs,

I am about to use Copilot in KNIME workflow. I do wonder if there are any best practices to build the workflow and configure nodes correctly.

Has anyone concrete suggestions, recommendations, or even working solution for this?

I have found this topic Integrating gpt models from other companies besides OpenAI initiated by @ JaeHwanChoi, however I’m not using Python and I’m not sure if solution marked there solved the initial problem. I have also seen that @ zedleb intended to use Copilot and KNIME.

Thank you in advance

Hey @Kazimierz ,

in general you can connect to any LLM that has an OpenAI compatible API using the standard OpenAI Auth nodes etc.

I did some research and it seems that Copilot might be OpenAI compatible…

However as mentioned (by me lol) in the topic you have linked there’s nothing yet suggesting that anything has changed compared to when JawHwanChoi tried this…

3 Likes

Thank you @MartinDDDD
I will play with Copilot and KNIME as soon as I have active access to Copilot. So far, I’m searching for suggestions based on working solutions.