Update app.py
Browse files
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
|