odyssey-coder / README.md
os-odyssey's picture
Update README.md
0471e45 verified
|
raw
history blame
636 Bytes
metadata
title: odyssey-coder
emoji: 🤖
colorFrom: gray
colorTo: green
sdk: gradio
sdk_version: '3.50'
app_file: app.py
pinned: false

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