Update twitter-the-algorithm-analysis-deeplake.ipynb (#4812)

Changed model to model_name
dynamic_agent_tools
Prateek K. Keshari 1 year ago committed by GitHub
parent 6561efebb7
commit 61f9c52fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save