--- title: odyssey-coder emoji: 🤖 colorFrom: gray colorTo: green sdk: gradio sdk_version: 6.0.0 app_file: app.py pinned: false license: apache-2.0 --- # Odyssey Coder — AI Coding Assistant This Gradio-based app connects to Hugging Face models (like Qwen2.5-Coder-32B) using your HF_API_TOKEN. ## Features - Analyze input code or prompt - Rewrite and optimize code or prompt - Control model settings: max_tokens, temperature, top_p, top_k - Public usage with token stored safely in Secrets ## Usage 1. Ensure `requirements.txt` is installed 2. Set your HF token in Secrets as `HF_API_TOKEN` 3. Run `app.py` or use directly on Hugging Face Space