Update: 2026-05-07 11:52:29

This commit is contained in:
Hamza-Ayed
2026-05-07 11:52:30 +03:00
parent bd7164ed23
commit b8d9b3343e
4 changed files with 12 additions and 61 deletions

View File

@@ -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]