top | item 45311566

(no title)

renw0rp | 5 months ago

How do you manage sending and receiving requests to multiple LLMs? Are you going it manually through multiple UIs or using some app which integrates with multiple APIs?

discuss

order

nomilk|5 months ago

I created a workflow using Alfred on macOS [0]. You press command + space then type 'llm' then the prompt and hit enter, and it opens the 5 tabs in the browser.

These are the urls that are opened:

http://localhost:3005/?q={query}

https://www.perplexity.ai/?q={query}

https://x.com/i/grok?text={query}

https://chatgpt.com/?q={query}&model=gpt-5

https://claude.ai/new?q={query}

Extremely convenient.

(little tip: submitting to grok via URL parameter gets around free Grok's rate limit of 2 prompts per 2 hours)

[0] https://github.com/stevecondylios/alfred-workflows/tree/main

marxisttemp|5 months ago

You don’t need third-party search managers like Alfred for this. You can just make a Shortcut called “llm” that accepts Spotlight input.

Saline9515|5 months ago

You can do it directly using Openrouter.