Spaces:
Running
Running
A newer version of the Gradio SDK is available:
6.0.2
metadata
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
- Ensure
requirements.txtis installed - Set your HF token in Secrets as
HF_API_TOKEN - Run
app.pyor use directly on Hugging Face Space