# ======================================== # LocalAgent Configuration Example # ======================================== # Usage: # 1. Copy this file to .env # 2. Fill in your API Key and other settings # ======================================== # SiliconFlow API Configuration # Get API Key: https://siliconflow.cn LLM_API_URL=https://api.siliconflow.cn/v1/chat/completions LLM_API_KEY=your_api_key_here # Model Configuration # Intent recognition model (small model recommended for speed) INTENT_MODEL_NAME=Qwen/Qwen2.5-7B-Instruct # Code generation model (large model recommended for quality) GENERATION_MODEL_NAME=Qwen/Qwen2.5-72B-Instruct