Update: 2026-05-07 11:52:29
This commit is contained in:
@@ -54,7 +54,7 @@ $systemPrompt = <<<PROMPT
|
||||
PROMPT;
|
||||
|
||||
$payload = [
|
||||
'model' => 'grok-beta', // Update to current xAI model name
|
||||
'model' => 'grok-2-1212', // Updated to current xAI model name
|
||||
'messages' => [
|
||||
['role' => 'system', 'content' => $systemPrompt],
|
||||
['role' => 'user', 'content' => $text]
|
||||
|
||||
Reference in New Issue
Block a user