Towhidul commited on
Commit
3948cf8
·
verified ·
1 Parent(s): 85dfdf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ In this task, you will receive parsed text from books in two formats: **Markdown
198
  """
199
 
200
  QA_PROMPT = PromptTemplate(QA_PROMPT_TMPL)
201
- gpt_4o_mm = OpenAIMultiModal(model="gpt-4o-mini-2024-07-18")
202
 
203
  # class MultimodalQueryEngine(CustomQueryEngine):
204
  # # def __init__(self, qa_prompt, retriever, multi_modal_llm, node_postprocessors=[]):
 
198
  """
199
 
200
  QA_PROMPT = PromptTemplate(QA_PROMPT_TMPL)
201
+ gpt_4o_mm = OpenAIMultiModal(model="gpt-4o-mini-2024-07-18", temperature=0.1)
202
 
203
  # class MultimodalQueryEngine(CustomQueryEngine):
204
  # # def __init__(self, qa_prompt, retriever, multi_modal_llm, node_postprocessors=[]):