We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53621b3 + 242c602 commit 2849b83Copy full SHA for 2849b83
public/chatbot-extension.imjoy.html
@@ -85,7 +85,7 @@
85
let chatbot = await api.getWindow("BioImage.IO Chatbot");
86
if (!chatbot) {
87
chatbot = await api.createWindow({
88
- src: "https://staging.chat.bioimage.io/public/apps/bioimageio-chatbot-client/index",
+ src: "https://bioimage.io/chat",
89
name: "BioImage.IO Chatbot",
90
});
91
}
0 commit comments