Skip to content

Commit 336256b

Browse files
authored
Update constants.py (#12)
typo fix
1 parent 0eb2326 commit 336256b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamlit_term_definition/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
HumanMessagePromptTemplate,
66
)
77

8-
from gpt_index.prompts.prompts import QuestionAnswerPrompt, RefinePrompt
8+
from llama_index.prompts.prompts import QuestionAnswerPrompt, RefinePrompt
99

1010
# Text QA templates
1111
DEFAULT_TEXT_QA_PROMPT_TMPL = (

0 commit comments

Comments
 (0)