Skip to content

Commit

Permalink
tutorial19-20
Browse files Browse the repository at this point in the history
  • Loading branch information
ronidas39 committed Dec 18, 2023
1 parent b0e01ae commit 1c9cd2a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1 deletion.
Binary file added TUTORIAL18/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion tutorial18/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from langchain.agents import AgentType,initialize_agent,load_tools
from langchain.chat_models import ChatOpenAI

llm=ChatOpenAI(temperature=0,model="gpt-4")
tools=load_tools(["ddg-search"],llm=llm)
agent=initialize_agent(tools,llm,agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION,verbose=True)
Expand Down
Binary file added tutorial19/.DS_Store
Binary file not shown.
Binary file added tutorial19/tutorial19.pptx
Binary file not shown.
Binary file added tutorial20/tutorial20.pptx
Binary file not shown.

0 comments on commit 1c9cd2a

Please sign in to comment.