Spaces:
Running
Running
KarthickAdopleAI
commited on
Update ContractGenerator.py
Browse files- ContractGenerator.py +2 -2
ContractGenerator.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
import
|
2 |
-
|
3 |
class ContractGenerator:
|
4 |
"""
|
5 |
A class for generating contract forms based on user instructions using the OpenAI GPT-3.5 model.
|
|
|
1 |
+
from openai import AzureOpenAI
|
2 |
+
|
3 |
class ContractGenerator:
|
4 |
"""
|
5 |
A class for generating contract forms based on user instructions using the OpenAI GPT-3.5 model.
|