Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/js/ai-expert-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ document.addEventListener('DOMContentLoaded', function() {

// Note: This API may only work in production (flowfuse.com domain)
// For local development, we'll get simulated responses
const response = await fetch('https://flowfuse-expert-api.flowfuse.dev/v3/website-chat', {
const response = await fetch('https://flowfuse-expert-api.flowfuse.cloud/v3/website-chat', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down