Add racellm to Artificial Intelligence section#6233
Add racellm to Artificial Intelligence section#6233khuynh22 wants to merge 1 commit intoavelino:mainfrom
Conversation
Automated Quality ChecksRequired checks❌ Repo link: missing from PR body
Forge link: https://github.com/your-org/your-project ❌ Go Report Card: missing from PR body
goreportcard.com: https://goreportcard.com/report/github.com/your-org/your-project Popular options: Codecov, Coveralls. Integrate one with your CI to track coverage automatically.
These checks are automated and do not replace maintainer review. See CONTRIBUTING.md for full guidelines. PR Diff ValidationContent checks✅ Files changed: only README.md Automated diff validation — does not replace maintainer review. |
Forge link: https://github.com/khuynh22/racellm
pkg.go.dev: https://pkg.go.dev/github.com/khuynh22/racellm
goreportcard.com: https://goreportcard.com/report/github.com/khuynh22/racellm
RaceLLM is a Go CLI that fans out a single prompt to multiple LLM providers (OpenAI, Anthropic, Gemini, Ollama) simultaneously, streams all responses in parallel, and surfaces timing results through a BubbleTea TUI dashboard. It supports two race modes:
all(wait for every provider) andfastest(cancel the rest once the first completes).go.modfile