<?php
$conf['server_url'] = 'http://localhost:8000';
$conf['apikey'] = 'None';
$conf['model'] = 'qwen3-80b';
$conf['max_tokens'] = 32768;
$conf['temperature'] = 0.7;
$conf['verbose'] = TRUE;
