chore: update README.md
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
Release / Build (push) Has been cancelled
Release / Release (push) Has been cancelled

This commit is contained in:
Federico Aguzzi 2024-08-28 16:15:27 +02:00 committed by GitHub
parent fef5eb0dfb
commit 5f562b89bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@ from scrapegraphai.graphs import SmartScraperGraph
graph_config = {
"llm": {
"api_key": "YOUR_OPENAI_APIKEY",
"model": "gpt-4o-mini",
"model": "openai/gpt-4o-mini",
},
"verbose": True,
"headless": False,