--- title: Ved AGI v1 (HF Inference API) emoji: 🌸 colorFrom: pink colorTo: purple sdk: gradio sdk_version: 5.42.0 app_file: app.py pinned: true --- # 🌸 Ved AGI — v1 (HF Inference API) Runs Falcon3-7B-Instruct (or any open model) via the Hugging Face Inference API with a RealSafe-style safety wrapper. ## Quick Start - Set **Secrets** and **Variables** (below) - Push these files / upload to Space - Open the app and chat ## Configure Secrets: - `HF_TOKEN` = your Hugging Face read token Variables: - `HF_API_URL` = `https://api-inference.huggingface.co/models/tiiuae/Falcon3-7B-Instruct` - (optional) `MAX_NEW=256`, `TEMP=0.7`, `TOP_P=0.9`