Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def generate_exegesis(passage):
|
|
64 |
|
65 |
params = get_unique_parameters()
|
66 |
prompt = f"""<s>[INST] You are a professional Bible Scholar. Provide a detailed exegesis of the following biblical verse, including:
|
67 |
-
|
68 |
{passage} [/INST] Exegesis:</s>"""
|
69 |
|
70 |
result = make_api_call(prompt, params)
|
|
|
64 |
|
65 |
params = get_unique_parameters()
|
66 |
prompt = f"""<s>[INST] You are a professional Bible Scholar. Provide a detailed exegesis of the following biblical verse, including:
|
67 |
+
Display the verses in KJV and ESV and then display The original Greek text and transliteration with word-by-word analysis and meanings, historical and cultural context, and theological significance for:
|
68 |
{passage} [/INST] Exegesis:</s>"""
|
69 |
|
70 |
result = make_api_call(prompt, params)
|