test-bot / README.md
milwright's picture
Upload 4 files
7650c0d verified
|
raw
history blame
1.27 kB
---
title: 10800 Course Assistant
emoji: πŸ’¬
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.39.0
app_file: app.py
pinned: false
license: mit
short_description: Python support for CCNY humanities & social science students
---
# 10800 Course Assistant
Python support for humanities & social science students enrolled in CSC10800: Foundations of Data Science at City College, CUNY.during Fall 2025
## Quick Setup
### Step 1: Configure API Key (Required)
1. Get your API key from https://openrouter.ai/keys
2. In Settings β†’ Variables and secrets
3. Add secret: `API_KEY`
4. Paste your OpenRouter API key
### Step 2: Configure HuggingFace Token (Optional)
1. Get your token from https://huggingface.co/settings/tokens
2. In Settings β†’ Variables and secrets
3. Add secret: `HF_TOKEN`
4. Paste your HuggingFace token (needs write permissions)
5. This enables automatic configuration updates
### Step 3: Test Your Space
Your Space should now be running! Try the example prompts or ask your own questions.
## Configuration
- **Model**: google/gemini-2.0-flash-001
- **API Key Variable**: API_KEY
- **HF Token Variable**: HF_TOKEN (for auto-updates)
- **Access**: Public
## Support
For help, visit the HuggingFace documentation or community forums.