File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
graph_config = {
18
18
"llm" : {
19
19
"api_key" : openai_key ,
20
- "model" : "gpt-4 -turbo" ,
20
+ "model" : "gpt-3.5 -turbo" ,
21
21
},
22
22
"max_results" : 2 ,
23
23
"verbose" : True ,
28
28
# ************************************************
29
29
30
30
search_graph = SearchGraph (
31
- prompt = "List me the heir of the British throne. " ,
31
+ prompt = "List me the Chioggia typical dishes " ,
32
32
config = graph_config
33
33
)
34
34
Original file line number Diff line number Diff line change 30
30
# ************************************************
31
31
32
32
smart_scraper_graph = SmartScraperGraph (
33
- prompt = "List me all the links in the page " ,
33
+ prompt = "List me all the projects with their description. " ,
34
34
# also accepts a string with the already downloaded HTML code
35
35
source = "https://perinim.github.io/projects/" ,
36
36
config = graph_config
You can’t perform that action at this time.
0 commit comments