You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!isset($input['input']) || !is_string($input['input'])) {
135
153
thrownewRuntimeException('Invalid prompt');
136
154
}
@@ -148,20 +166,8 @@ public function process(?string $userId, array $input, callable $reportProgress)
148
166
}
149
167
150
168
try {
151
-
$systemPrompt = 'Take the user\'s question and answer it based on the provided image. Ensure that the answer matches the language of the user\'s question.';
$systemPrompt = 'Take the user\'s question and answer it based on the provided images. Ensure that the answer matches the language of the user\'s question.';
0 commit comments