voodoohop
voodoohop
Hi, Inspired by your L1B3RT4S project, I created a proof-of-concept MCP server that makes the enhancement prompts available via the Model Context Protocol. The server fetches prompts directly from this...
This PR adds Pollinations.AI to the Third-party APIs section. Pollinations.AI provides free, no-signup APIs for text, image, and audio generation with no API keys required. It's particularly useful for: -...
## Description This PR adds Pollinations.AI as a free generative AI resource for students learning machine learning. It introduces a new section "Generative AI Tools and Resources" to complement the...
This PR adds a web-based interface to the step game that uses the free Pollinations.ai API to simulate LLM responses. The new interface makes it easier to run and visualize...
- Add dismissible beta banner to new platform - Links users to old.pollinations.ai - Persists dismissal in localStorage
## Problem Users can accumulate large negative balances by firing many parallel requests before any costs are deducted. The current system only tracks costs after request completion, creating a window...
# 🗳️ Vote for the model types you want! We're expanding our model lineup and want to know what **you** need most. **How to vote:** React with the emoji for...
# 🗳️ Vote for the login providers you want! Currently we support **GitHub login**. What else would make signing in easier for you? **How to vote:** React with the emoji...
- Add `pending_estimate` event status for in-flight requests - Add `estimatedCost` column to event table - Insert estimate event BEFORE request, UPDATE after completion - Include estimated costs in balance...
- Adds server-side Cloudflare Turnstile verification middleware - Adds client-side Turnstile widget to hello.pollinations.ai - Verifies `X-Turnstile-Token` header on requests from app subdomains - Validates hostname matches origin to prevent...