reonokiy

Results 15 comments of reonokiy

I'm trying to [add gemini support](https://github.com/reonokiy/mcp-agent/tree/add-gemini-llm) for this project but still have some bug(mainly the tool call schema difference between mcp and gemini). ```python async def example_usage(): async with app.run()...

@saqadri Sorry for the late reply. You can find the work-in-progress code here: https://github.com/reonokiy/mcp-agent/tree/add-gemini-llm. The challenge is that Gemini only supports a limited subset of JSON Schema[^1][^2] and enforces strict...

你指的是这个 https://github.com/openai-translator/openai-translator/blob/main/CLIP-EXTENSIONS-CN.md 嘛,需要单独配置

Hi, I've tested this PR and applied some fixes to make it work with shared Google Drives. My code is in this branch: https://github.com/reonokiy/opendal/tree/shared-gdrive. I have also run the behavior...

I think there is already a `PORT` environment variable to change the listen port ```bash docker run -p 3001:3001 -e PORT=3001 ghcr.io/browserless/chromium ``` https://github.com/browserless/browserless/blob/ffc25d8c04c97df1ee7aed022d27e84bc25b6679/src/config.ts#L122