cyberandy commited on
Commit
40ab688
·
verified ·
1 Parent(s): c0d7b70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, prefix_messages=prefix_messages, 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:
 
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: