iamCodjo commited on
Commit
7c0830e
·
verified ·
1 Parent(s): 96226d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def search_game_online(game_name: str) -> str:
93
  # Initialize LLM and tools
94
  @st.cache_resource
95
  def initialize_graph():
96
- llm = ChatGoogleGenerativeAI(model="gemini-3.1-pro-preview")
97
  tools = [get_list_game, search_game_online]
98
  tool_node = ToolNode(tools)
99
  llm_with_tools = llm.bind_tools(tools)
 
93
  # Initialize LLM and tools
94
  @st.cache_resource
95
  def initialize_graph():
96
+ llm = ChatGoogleGenerativeAI(model="gemini-3-flash-preview")
97
  tools = [get_list_game, search_game_online]
98
  tool_node = ToolNode(tools)
99
  llm_with_tools = llm.bind_tools(tools)