nickmuchi commited on
Commit
6cf109f
·
verified ·
1 Parent(s): 68fccfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ tool = create_retriever_tool(
56
  "Searches and returns documents regarding the Vanguard website across US and AUS locations. The websites provide investment related information to the user")
57
 
58
  tools = [tool]
59
- llm = ChatOpenAI(temperature=0, streaming=True, model="gpt-4")
60
  message = SystemMessage(
61
  content=(
62
  "You are a helpful chatbot who is tasked with answering questions about investments using informationn that has been scraped from a website to answer the users question accurately."
 
56
  "Searches and returns documents regarding the Vanguard website across US and AUS locations. The websites provide investment related information to the user")
57
 
58
  tools = [tool]
59
+ llm = ChatOpenAI(temperature=0, streaming=True, model="gpt-4o")
60
  message = SystemMessage(
61
  content=(
62
  "You are a helpful chatbot who is tasked with answering questions about investments using informationn that has been scraped from a website to answer the users question accurately."