euron-qa
Installation
SKILL.md
Euron Bootcamp Q&A - Instant Answer Reference
Goal
Instantly answer any Euron Gen AI Certification Bootcamp doubt by looking up the right code snippet, config, or troubleshooting step from this reference.
Quick Context
- Bootcamp: Euron Gen AI Certification Bootcamp 2.0 (by Sudhanshu sir)
- Portal: https://euron.one/euri
- API Base URL:
https://api.euron.one/api/v1/euri - Auth:
Authorization: Bearer <EURI_API_KEY> - Daily limit: 200,000 tokens (input + output), resets midnight UTC
- Key principle: Euri is OpenAI-compatible. Anywhere you use
ChatOpenAI(...)orOpenAI(...), just addbase_urlpointing to Euri.