Merge pull request #6052 from christianbeeznest/fixes-aihelper
Plugin: Rename Url class to DeepSeekUrl to resolve conflictpull/6061/head
commit
a8f5346b87
@ -1,7 +1,7 @@ |
||||
<?php |
||||
/* For license terms, see /license.txt */ |
||||
|
||||
class Url |
||||
class DeepSeekUrl |
||||
{ |
||||
private const BASE_URL = 'https://api.deepseek.com/chat'; |
||||
|
Loading…
Reference in new issue