Anthony Wu

Results 6 issues of 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...

# Pin All Dependencies Within Semver Minor Range This PR comprehensively defines the project's dependency management to pin all dependencies within semver major.minor ranges, improving flexibility when `chatterbox-tts` is used...

I noticed the pip install steps of `@fal.function` was slower than I'd expect it to run on data center bandwidth and caching. https://github.com/fal-ai/fal/blob/bc144362a54e8f381ce19eb3dcc856e9338559f4/projects/fal/src/fal/api.py#L678 ```python def function( kind: Literal["virtualenv"] = "virtualenv",...

Steps I was able to complete before the reported issue: - [x] 1. `pip install fal` (version 1.29.1 on Python 3.12.5) - [x] 2. `fal auth` - [x] 3. `fal...