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 1717graph_config = {
1818 "llm" : {
1919 "api_key" : openai_key ,
20- "model" : "gpt-4 -turbo" ,
20+ "model" : "gpt-3.5 -turbo" ,
2121 },
2222 "max_results" : 2 ,
2323 "verbose" : True ,
2828# ************************************************
2929
3030search_graph = SearchGraph (
31- prompt = "List me the heir of the British throne. " ,
31+ prompt = "List me the Chioggia typical dishes " ,
3232 config = graph_config
3333)
3434
Original file line number Diff line number Diff line change 3030# ************************************************
3131
3232smart_scraper_graph = SmartScraperGraph (
33- prompt = "List me all the links in the page " ,
33+ prompt = "List me all the projects with their description. " ,
3434 # also accepts a string with the already downloaded HTML code
3535 source = "https://perinim.github.io/projects/" ,
3636 config = graph_config
You can’t perform that action at this time.
0 commit comments