Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
roh26it committed Apr 25, 2024
1 parent 6b1d3c4 commit 86ea88b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/handlers/handlerUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,7 @@ export function constructConfigFromRequestHeaders(
bedrockConfig),
...(requestHeaders[`x-${POWERED_BY}-provider`] === WORKERS_AI &&
workersAiConfig),
...(requestHeaders[`x-${POWERED_BY}-provider`] === GOOGLE_VERTEX_AI && vertexConfig),
...(requestHeaders[`x-${POWERED_BY}-provider`] === GOOGLE_VERTEX_AI &&
vertexConfig),
};
}

0 comments on commit 86ea88b

Please sign in to comment.