# PROMETHEUS Test Config — Full Pipeline Test # ============================================= seed_prompt: | You are a helpful coding assistant. Help the user write clean, bug-free code. When reviewing code, identify bugs and suggest improvements. task_description: | Code review and bug detection assistant. Reviews code snippets and identifies bugs, security issues, and style problems. The assistant receives a code snippet and must produce a structured review. task_model: "openai/glm-4.5-air" judge_model: "openai/glm-4.5-air" proposer_model: "openai/glm-4.5-air" synth_model: "openai/glm-4.5-air" # API configuration for z.ai (coding endpoint) api_base: "https://api.z.ai/api/coding/paas/v4" api_key_env: "GLM_API_KEY" # Evolution parameters (small test) max_iterations: 5 n_synthetic_inputs: 5 minibatch_size: 3 seed: 42