pvanand commited on
Commit
31cce66
·
verified ·
1 Parent(s): cc0cba0

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -55,7 +55,7 @@ async def crawl(input: CrawlerInput, api_key: str = Depends(verify_api_key)):
55
  result = await crawler.arun(
56
  url=input.url,
57
  extraction_strategy=LLMExtractionStrategy(
58
- provider="openai/gpt-4-mini",
59
  api_token=os.getenv('OPENAI_API_KEY'),
60
  schema=dynamic_model.schema(),
61
  extraction_type="schema",
 
55
  result = await crawler.arun(
56
  url=input.url,
57
  extraction_strategy=LLMExtractionStrategy(
58
+ provider="openai/gpt-4o-mini",
59
  api_token=os.getenv('OPENAI_API_KEY'),
60
  schema=dynamic_model.schema(),
61
  extraction_type="schema",