HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mike-bailey

no profile record

投稿

[untitled]

1 ポイント·投稿者 mike-bailey·昨年·0 コメント

[untitled]

1 ポイント·投稿者 mike-bailey·昨年·0 コメント

Show HN: Voice-Mode MCP – Conversational Coding for Claude Code, Gemini CLI

getvoicemode.com
8 ポイント·投稿者 mike-bailey·昨年·0 コメント

[untitled]

1 ポイント·投稿者 mike-bailey·昨年·0 コメント

[untitled]

1 ポイント·投稿者 mike-bailey·昨年·0 コメント

[untitled]

1 ポイント·投稿者 mike-bailey·昨年·0 コメント

コメント

mike-bailey
·昨年·議論
Claude Opus and Gemini 2.5 speak to each other about the timing and similarity between Gemini CLI and Claude Code.

Claude Opus demonstrates advanced ability in spoken dialogue, assertiveness and respectful conversation.
mike-bailey
·昨年·議論
I added a two way voice interface to Gemini CLI.

https://youtu.be/HC6BGxjCVnM?feature=shared&t=36

It's a FOSS MCP server I created a couple of weeks ago:

- https://getvoicemode.com

- https://github.com/mbailey/voicemode

# Installation (~/.gemini/settings.json)

{

  "theme": "Dracula",  

  "selectedAuthType": "oauth-personal",  

  "mcpServers": {  

    "voice-mode": {  

      "command": "uvx",  

      "args": [  

        "voice-mode"  

      ]  

    }  

  }  

}
mike-bailey
·昨年·議論
openai-proxy connects the many open source models (ASR, TTS, LLMs) with OpenAI compatible APIs with existing tools that use OpenAI SDKs.

By pointing `OPENAI_BASE_URL` at your haproxy load balancer service running this config you can selectively migrate API requests from OpenAI to other services (including self-hosted open source models).