|
@@ -11,7 +11,7 @@ class NvidiaAI extends \app\models\base\BaseAI
|
|
public $model = 'google/gemma-2-27b-it';
|
|
public $model = 'google/gemma-2-27b-it';
|
|
public static $urlgen = 'v1/chat/completions';
|
|
public static $urlgen = 'v1/chat/completions';
|
|
public $res = '';
|
|
public $res = '';
|
|
- public $key = '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';
|
|
|
|
|
|
+ public $key = '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';
|
|
|
|
|
|
function __construct(){
|
|
function __construct(){
|
|
$header = array(
|
|
$header = array(
|