Skip to content

Commit

Permalink
apikey
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Mar 25, 2024
1 parent 03c8b52 commit 8259142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions question.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public function apply_attempt_state(question_attempt_step $step) {
*/
public function grade_response(array $response) : array {
$ai = new ai\ai();
xdebug_break();
if (is_array($response)) {
$prompt = 'in [[' . strip_tags($response['answer']) . ']]';
$prompt .= ' analyse the part between [[ and ]] as follows: ';
Expand Down

0 comments on commit 8259142

Please sign in to comment.