We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b9cc5 commit 221875cCopy full SHA for 221875c
packages/mcp-server/src/bridge/openai.ts
@@ -31,7 +31,7 @@ export function createOpenAIRouter(config: Config): Router {
31
const client = new GeminiApiClient(config);
32
33
// 2. 发起请求,传递所有相关参数
34
- const geminiStream = await client.sendMessageStream({
+ const geminiStream = client.sendMessageStream({
35
model: body.model,
36
messages: body.messages,
37
tools: body.tools,
0 commit comments