mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-02 03:15:11 +00:00
Update twitter-the-algorithm-analysis-deeplake.ipynb (#4812)
Changed model to model_name
This commit is contained in:
parent
6561efebb7
commit
61f9c52fc7
@ -207,7 +207,7 @@
|
||||
"from langchain.chat_models import ChatOpenAI\n",
|
||||
"from langchain.chains import ConversationalRetrievalChain\n",
|
||||
"\n",
|
||||
"model = ChatOpenAI(model='gpt-3.5-turbo') # switch to 'gpt-4'\n",
|
||||
"model = ChatOpenAI(model_name='gpt-3.5-turbo') # switch to 'gpt-4'\n",
|
||||
"qa = ConversationalRetrievalChain.from_llm(model,retriever=retriever)"
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user