xref: /plugin/ragasker/conf/default.php (revision abb7d3a81e47d0abe3f1fd67ad9dcad4b861232c)
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