Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=[]):
|