Josebert commited on
Commit
ce01c75
·
verified ·
1 Parent(s): 7fd4470

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- The verses in KJV and ESV then 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)
 
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)