Update LLM_automation_GPT.py
Browse files- LLM_automation_GPT.py +1 -1
LLM_automation_GPT.py
CHANGED
@@ -14,7 +14,7 @@ def create_data(description):
|
|
14 |
load_dotenv()
|
15 |
|
16 |
### Set all api keys:
|
17 |
-
os.environ["OPENAI_API_KEY"]=
|
18 |
### Create Prompt Template:
|
19 |
prompt=ChatPromptTemplate.from_messages(
|
20 |
{
|
|
|
14 |
load_dotenv()
|
15 |
|
16 |
### Set all api keys:
|
17 |
+
os.environ["OPENAI_API_KEY"]=os.getenv('OPENAI_API')
|
18 |
### Create Prompt Template:
|
19 |
prompt=ChatPromptTemplate.from_messages(
|
20 |
{
|