Technoculture / echoes

For collaboration between R&D teams and AI agents
https://www.echoes.team/
MIT License
8 stars 3 forks source link

Article Generation #99

Closed PrinceBaghel258025 closed 1 month ago

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
echoes ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 17, 2024 7:21am
PrinceBaghel258025 commented 2 months ago

@sutyum sir, having issue with rewriting request with shortened headers. the way I am trying to rewrite headers:

  const headerlessRequest = new Request(request.url, {
    method: request.method,
    body: request.body,
    headers: essentialHeaders
  });

suggestion from claude is to include duplex: "half" but Request constructor does not allows that image