1<?php 2$conf['server_url'] = 'http://localhost:8000'; 3$conf['apikey'] = 'None'; 4$conf['model'] = 'qwen3-80b'; 5$conf['max_tokens'] = 32768; 6$conf['temperature'] = 0.7; 7$conf['verbose'] = TRUE; 8