Spaces:
Running
Running
Update main.py
Browse files
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-
|
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,
|