Skip to content

Commit

Permalink
tutorial21
Browse files Browse the repository at this point in the history
  • Loading branch information
ronidas39 committed Dec 24, 2023
1 parent f0cc5fa commit 3a08d1a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial18/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
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)
agent.run("what is latest news on 1st odi bertween India and south africa")
agent.run("top 5 business use case on LLM and generative ai")
Binary file added tutorial20/.DS_Store
Binary file not shown.
Binary file added tutorial21/trending_football_players.xlsx
Binary file not shown.
Binary file added tutorial21/tutorial21.pptx
Binary file not shown.

0 comments on commit 3a08d1a

Please sign in to comment.