Spaces:
Sleeping
Sleeping
Update local changes
Browse files- seminar_edition_ai.py +1 -1
seminar_edition_ai.py
CHANGED
|
@@ -240,7 +240,7 @@ def predictDevotionBuild(sermonTopic):
|
|
| 240 |
####
|
| 241 |
#
|
| 242 |
####
|
| 243 |
-
def predictArgumentQuestionBuild(questionAnswer, llmModelList):
|
| 244 |
|
| 245 |
|
| 246 |
templates = SermonGeminiPromptTemplate()
|
|
|
|
| 240 |
####
|
| 241 |
#
|
| 242 |
####
|
| 243 |
+
def predictArgumentQuestionBuild(questionAnswer, llmModelList = []):
|
| 244 |
|
| 245 |
|
| 246 |
templates = SermonGeminiPromptTemplate()
|