Skip to content

Commit

Permalink
Update examples/Sports-headline-analyzer/main.bal
Browse files Browse the repository at this point in the history
Co-authored-by: Nipuna Ransinghe  <[email protected]>
  • Loading branch information
KATTA-00 and NipunaRanasinghe authored Aug 14, 2024
1 parent d78bbbb commit 7a4a2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Sports-headline-analyzer/main.bal
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function main() returns error? {
runtime:sleep(1);
}

if (fineTuneJob.status != "succeeded") {
if fineTuneJob.status != "succeeded" {
io:println("Fine-tuning job failed.");
finetunes:DeleteFileResponse deleteFileResponse =
check openAIFinetunes->/files/[trainingFileId].delete();
Expand Down

0 comments on commit 7a4a2b9

Please sign in to comment.