mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-21 21:31:12 +02:00
docker fixes for agents
This commit is contained in:
parent
695a961333
commit
277a553ee1
6 changed files with 46 additions and 13 deletions
|
|
@ -6,7 +6,7 @@ export async function GET(request: Request, { params }: { params: { streamId: st
|
|||
// Fetch the upstream SSE stream.
|
||||
const upstreamResponse = await fetch(upstreamUrl, {
|
||||
headers: {
|
||||
'Authorization': `Bearer ${process.env.AGENTS_API_KEY}`,
|
||||
'Authorization': `Bearer ${process.env.AGENTS_API_KEY || 'test'}`,
|
||||
},
|
||||
cache: 'no-store',
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue