Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

pollinations.ai Text Generation Service

Backend service powering text generation for pollinations.ai, accessed via https://gen.pollinations.ai.

📚 API Documentation | 🔑 Get API Key

Development Setup

# Clone and install
git clone https://github.com/pollinations/pollinations
cd pollinations/text.pollinations.ai
npm install

# Configure environment
cp .env.example .env
# Edit .env with your API keys

# Run
npm start

License

MIT License