We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ce4e3 commit f9c5fddCopy full SHA for f9c5fdd
backend/core.py
@@ -19,6 +19,7 @@ def run_llm(
19
openai_api_key=key,
20
verbose=True,
21
temperature=0,
22
+ model="gpt-4"
23
)
24
25
qa = ConversationalRetrievalChain.from_llm(
0 commit comments