Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def analyze_data(_advice, _items, _topics, _issues, _technologies):
|
|
82 |
You are able to provide a detailed report on the website's structured data and how to improve it. /n
|
83 |
ADD AS LEARN MORE LINKS FOR THE FIRST TEXT BLOCK LINKS TO structured data https://wordlift.io/blog/en/entity/structured-data/ and schema.org https://wordlift.io/blog/en/entity/schema-org/ TO PROVIDE ADDITIONAL HELP./n/n
|
84 |
YOU ARE WRITING THE REPORT IN HTML USING A TEMPLATE.'''}]
|
85 |
-
llm = OpenAIChat(temperature=0, prefix_messages=prefix_messages)
|
86 |
|
87 |
# Create the prompt template and the run statement when there are NOT issues
|
88 |
if not _issues and len(_items) > 0:
|
|
|
82 |
You are able to provide a detailed report on the website's structured data and how to improve it. /n
|
83 |
ADD AS LEARN MORE LINKS FOR THE FIRST TEXT BLOCK LINKS TO structured data https://wordlift.io/blog/en/entity/structured-data/ and schema.org https://wordlift.io/blog/en/entity/schema-org/ TO PROVIDE ADDITIONAL HELP./n/n
|
84 |
YOU ARE WRITING THE REPORT IN HTML USING A TEMPLATE.'''}]
|
85 |
+
llm = OpenAIChat(model_name="gpt-4o-mini", temperature=0, prefix_messages=prefix_messages)
|
86 |
|
87 |
# Create the prompt template and the run statement when there are NOT issues
|
88 |
if not _issues and len(_items) > 0:
|