efeperro commited on
Commit
7abf0e0
·
verified ·
1 Parent(s): 2d5a5ed

Update src/agent/linkedin_agent.py

Browse files
Files changed (1) hide show
  1. src/agent/linkedin_agent.py +2 -2
src/agent/linkedin_agent.py CHANGED
@@ -25,12 +25,12 @@ def create_agent():
25
 
26
  # 1) Primero, instanciamos el modelo basado en 04-mini-high:
27
  model = OpenAIResponsesModel(
28
- model="o4-mini",
29
  openai_client=client
30
  )
31
 
32
  # 2) Obtenemos el WebSearchTool nativo:
33
- web_search = get_search_tool(client)
34
 
35
  # 3) Construimos el agente con instrucciones muy explícitas:
36
  instrucciones = """
 
25
 
26
  # 1) Primero, instanciamos el modelo basado en 04-mini-high:
27
  model = OpenAIResponsesModel(
28
+ model="o4-mini-high",
29
  openai_client=client
30
  )
31
 
32
  # 2) Obtenemos el WebSearchTool nativo:
33
+ web_search = get_web_search_tool()
34
 
35
  # 3) Construimos el agente con instrucciones muy explícitas:
36
  instrucciones = """