love_php/config/love_gpt.php

7 lines
158 B
PHP
Raw Normal View History

2026-04-02 09:20:51 +08:00
<?php
//小恋
return [
'service_url' => 'http://gpt.fulllinkai.com:8888/love_gpt/chat',
'model' => 'gpt-3.5-turbo',//模型 gpt-3.5-turbo | gpt-4
];