Chicago Driesnote Drupal Forge Demo Is Timing Out on Long AI Calls
## Problem/motivation
When following the instructions for the Chicago Dries Keynote Demo on the Drupal Forge page we get a 504 gateway timeout when waiting for Drupal Canvas AI to build the page.
Drupal Forge Demo
https://www.drupalforge.org/template/driesnote-chicago
It appears that we hit a 60 second request limit on Drupal Forge where it then terminates the request causing the demo to fail.
Running the demo locally using DDEV with the same API tokens works.
**Canvas AI error at 60s**\
{width=354 height=333}\
{width=364 height=600}
**Network Timing**\
{width=900 height=402}
**Network Message Preview Error**\
{width=755 height=156}
**Network Request**\
{width=900 height=353}
**Drupal Error Log**
{width=900 height=540}
## Steps to Reproduce
1. Follow the steps on the Drupal Forge page
https://www.drupalforge.org/template/driesnote-chicago
2. On the 2nd step "Provide audience + goal context when Canvas asks:" enter that message into the Canvas AI and wait until the timeout
## Solution
1. If is is possible to increase the timeout length from 60s to 300s on the "/admin/api/canvas/ai" endpoint
2. AI suggested to enable to set the request to anthropic to `stream: true `
issue