pvanand commited on
Commit
d44c2cc
·
verified ·
1 Parent(s): 2c451af

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -38,7 +38,7 @@ async def crawl(input: CrawlerInput):
38
  result = await crawler.arun(
39
  url=input.url,
40
  extraction_strategy=LLMExtractionStrategy(
41
- provider="openai/gpt-3.5-turbo",
42
  api_token=os.getenv('OPENAI_API_KEY'),
43
  extraction_type="schema",
44
  verbose=True,
 
38
  result = await crawler.arun(
39
  url=input.url,
40
  extraction_strategy=LLMExtractionStrategy(
41
+ provider="openai/gpt-4o-mini",
42
  api_token=os.getenv('OPENAI_API_KEY'),
43
  extraction_type="schema",
44
  verbose=True,