Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def generate_systematic_review(pdf_files, review_question, include_tables=True):
|
|
37 |
openai.api_key = api_key
|
38 |
|
39 |
# Create the system message with systematic review guidelines
|
40 |
-
system_prompt = """
|
41 |
Step 1: Identify a Research Field
|
42 |
The first step in writing a systematic review paper is to identify a research field. This involves selecting a specific area of study that you are interested in and want to explore further.
|
43 |
|
|
|
37 |
openai.api_key = api_key
|
38 |
|
39 |
# Create the system message with systematic review guidelines
|
40 |
+
system_prompt = """You are an expert academic assistant. Create a systematic review in HTML format using <h2>, <h3>, <p>, <ul>, and <table> tags. The Systematic Review must be in great details. Structure it using these steps:
|
41 |
Step 1: Identify a Research Field
|
42 |
The first step in writing a systematic review paper is to identify a research field. This involves selecting a specific area of study that you are interested in and want to explore further.
|
43 |
|