@speakableio/core 1.0.62 → 1.0.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1647,7 +1647,7 @@ function useSubmitAssignmentScore({
1647
1647
  status,
1648
1648
  studentName
1649
1649
  });
1650
- if (assignment.courseWorkId != null && !assignment.isAssessment && hasGoogleClassroomGradePassback) {
1650
+ if (assignment.courseWorkId != null && !assignment.isAssessment) {
1651
1651
  await submitAssignmentToGoogleClassroom({
1652
1652
  assignment,
1653
1653
  scores
@@ -2435,6 +2435,7 @@ async function getTranscript(model, args, cleanHallucinations = true) {
2435
2435
  const getAssemblyAITranscript = (_d = (_c = api).httpsCallable) == null ? void 0 : _d.call(_c, "transcribeAssemblyAIAudio");
2436
2436
  const getWhisper3Transcript = (_f = (_e = api).httpsCallable) == null ? void 0 : _f.call(_e, "generateGroqTranscript");
2437
2437
  const getWhisper1Transcript = (_h = (_g = api).httpsCallable) == null ? void 0 : _h.call(_g, "transcribeAudio");
2438
+ console.log("Getting transcript from", model);
2438
2439
  if (model === "whisper-3") {
2439
2440
  try {
2440
2441
  const { data } = await (getWhisper3Transcript == null ? void 0 : getWhisper3Transcript({