ford442 commited on
Commit
79fd2ea
1 Parent(s): 1e0b260

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -24,6 +24,7 @@ import os
24
  import gc
25
  import csv
26
  from datetime import datetime
 
27
 
28
  torch.backends.cuda.matmul.allow_tf32 = False
29
  torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
 
24
  import gc
25
  import csv
26
  from datetime import datetime
27
+ from openai import OpenAI
28
 
29
  torch.backends.cuda.matmul.allow_tf32 = False
30
  torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False