Spaces:
Running
Running
KarthickAdopleAI
commited on
Commit
•
73378b6
1
Parent(s):
0bf7883
Update ContractGenerator.py
Browse files- ContractGenerator.py +1 -1
ContractGenerator.py
CHANGED
@@ -1,5 +1,5 @@
|
|
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.
|
|
|
1 |
from openai import AzureOpenAI
|
2 |
+
import os
|
3 |
class ContractGenerator:
|
4 |
"""
|
5 |
A class for generating contract forms based on user instructions using the OpenAI GPT-3.5 model.
|