jonigl
jonigl
Adding this option provides more flexibility, enabling users to specify the output file path. The [whisper.cpp ](https://github.com/ggerganov/whisper.cpp)repository includes the following flag: ``` -of FNAME, --output-file FNAME [ ] output file...
Fixed a bug where transcriptions would start missing the first few words if the first line was removed. Now, the transcription starts from the very beginning, so nothing gets left...
 Adds **mcp-client-for-ollama** to the *Community Integrations → Terminal* list in `README.md`. ## 📚 About `mcp-client-for-ollama` (`ollmcp`) Python CLI/TUI that lets any local Ollama model call **every tool on any...
### Summary This change is part of [ollama/ollama#11444](https://github.com/ollama/ollama/issues/11444) and related to [ollama/ollama#11448](https://github.com/ollama/ollama/pull/11448) where the server simplified `ToolFunction.Parameters` from a structured schema to `json.RawMessage` for better flexibility and performance. **Problem**: The...