File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class SearchResult(BaseModel):
36
36
task = """
37
37
Find top 10 Hacker News articles and return the title and url.
38
38
""" ,
39
- agent_settings = {"llm" : "gemini-2.5-flash " },
39
+ agent_settings = {"llm" : "gpt-4.1 " },
40
40
structured_output_json = SearchResult ,
41
41
)
42
42
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ class SearchResult(BaseModel):
59
59
task = """
60
60
Find top 10 Hacker News articles and return the title and url.
61
61
""" ,
62
- agent_settings = {"llm" : "gemini-2.5-flash " },
62
+ agent_settings = {"llm" : "gpt-4.1 " },
63
63
structured_output_json = SearchResult ,
64
64
)
65
65
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class SearchResult(BaseModel):
40
40
task = """
41
41
Find top 10 Hacker News articles and return the title and url.
42
42
""" ,
43
- agent_settings = {"llm" : "gemini-2.5-flash " },
43
+ agent_settings = {"llm" : "gpt-4.1 " },
44
44
structured_output_json = SearchResult ,
45
45
)
46
46
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class SearchResult(BaseModel):
48
48
task = """
49
49
Find top 10 Hacker News articles and return the title and url.
50
50
""" ,
51
- agent_settings = {"llm" : "gemini-2.5-flash " },
51
+ agent_settings = {"llm" : "gpt-4.1 " },
52
52
structured_output_json = SearchResult ,
53
53
)
54
54
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class SearchResult(BaseModel):
38
38
task = """
39
39
Find top 10 Hacker News articles and return the title and url.
40
40
""" ,
41
- agent_settings = {"llm" : "gemini-2.5-flash " },
41
+ agent_settings = {"llm" : "gpt-4.1 " },
42
42
structured_output_json = SearchResult ,
43
43
)
44
44
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ class SearchResult(BaseModel):
62
62
task = """
63
63
Find top 10 Hacker News articles and return the title and url.
64
64
""" ,
65
- agent_settings = {"llm" : "gemini-2.5-flash " },
65
+ agent_settings = {"llm" : "gpt-4.1 " },
66
66
structured_output_json = SearchResult ,
67
67
)
68
68
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class SearchResult(BaseModel):
42
42
task = """
43
43
Find top 10 Hacker News articles and return the title and url.
44
44
""" ,
45
- agent_settings = {"llm" : "gemini-2.5-flash " },
45
+ agent_settings = {"llm" : "gpt-4.1 " },
46
46
structured_output_json = SearchResult ,
47
47
)
48
48
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class SearchResult(BaseModel):
50
50
task = """
51
51
Find top 10 Hacker News articles and return the title and url.
52
52
""" ,
53
- agent_settings = AgentSettings ( llm = "gemini-2.5-flash" ) ,
53
+ agent_settings = { " llm" : "gpt-4.1" } ,
54
54
structured_output_json = SearchResult ,
55
55
)
56
56
You can’t perform that action at this time.
0 commit comments