Justin Grammens
commited on
Commit
·
019be42
1
Parent(s):
1ec9871
updated the prompt
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ llm = ChatOpenAI(model="gpt-3.5-turbo", temperature=.4)
|
|
19 |
|
20 |
# Define a reusable prompt template using LangChain
|
21 |
template = """
|
22 |
-
Turn these questions and answers into a five-paragraph essay about my approach to leadership. Please write the essay in the first person, using a conversational and engaging style, as if talking with a friend. Use simple, relatable language and avoid formalities. If needed,
|
23 |
|
24 |
Questions and Answers:
|
25 |
1. Treating others with dignity and respect is critical. I strive to accomplish this by: {q1}
|
|
|
19 |
|
20 |
# Define a reusable prompt template using LangChain
|
21 |
template = """
|
22 |
+
Turn these questions and answers into a five-paragraph (six-sentences equals one paragraph) essay about my approach to leadership. Please be sure to include summaries of all questions that have been answered. Please write the essay in the first person, using a conversational and engaging style, as if talking with a friend. Use simple, relatable language and avoid formalities. If needed, add a little content to add texture and depth to answers as long as it aligns with the research on effective leadership.
|
23 |
|
24 |
Questions and Answers:
|
25 |
1. Treating others with dignity and respect is critical. I strive to accomplish this by: {q1}
|