Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ else:
|
|
88 |
YOU ARE WRITING THE REPORT IN HTML USING A TEMPLATE.'''}]
|
89 |
|
90 |
|
91 |
-
llm = ChatOpenAI(model_name="gpt-4o-mini", temperature=0,
|
92 |
|
93 |
# Create the prompt template and the run statement when there are NOT issues
|
94 |
if not _issues and len(_items) > 0:
|
|
|
88 |
YOU ARE WRITING THE REPORT IN HTML USING A TEMPLATE.'''}]
|
89 |
|
90 |
|
91 |
+
llm = ChatOpenAI(model_name="gpt-4o-mini", temperature=0, openai_api_key=openai_api_key)
|
92 |
|
93 |
# Create the prompt template and the run statement when there are NOT issues
|
94 |
if not _issues and len(_items) > 0:
|