Anthony Wu
Anthony Wu
Hi there - this is a great library and definitely is a welcome addition to the Python community. To make this project's open source expectations known to others, you should...
# π© Problem In the [API docs](https://github.com/ollama/ollama/blob/main/docs/api.md#chat-request-with-tools) for passing in `tools=` spec sequence to the chat model, the docs suggest developers hand-craft the `Tool`, `ToolFunction`, `Parameters`, `Property` schema'ed docs to...
# Problem I wanted to pipe an audio file to `mlx_whisper`, but found it only accepted file paths. This PR will allow `mlx_whisper` to accept stdin and pass it to...