Wajahat698 commited on
Commit
00355ad
·
verified ·
1 Parent(s): 171c535

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -620,7 +620,7 @@ prompt_template = ChatPromptTemplate.from_messages([
620
  ])
621
 
622
  # Create Langchain Agent
623
- llm = ChatOpenAI(model="gpt-4o", temperature=0.5)
624
  llm_with_tools = llm.bind_tools(tools)
625
 
626
  # Define the agent pipeline
 
620
  ])
621
 
622
  # Create Langchain Agent
623
+ llm = ChatOpenAI(model="gpt-4o", temperature=0.6)
624
  llm_with_tools = llm.bind_tools(tools)
625
 
626
  # Define the agent pipeline