Scrapegraph-ai/docs/source
garciasces 8932d5fc35
Update llm.rst
In latest version, if you don't add the model provider separated by a slash in front of the model name, this will return error. 

 File ".venv/lib/python3.11/site-packages/scrapegraphai/graphs/abstract_graph.py", line 180, in _create_llm
    f"""Provider {llm_params['model_provider']} is not supported.
                  ~~~~~~~~~~^^^^^^^^^^^^^^^^^^
KeyError: 'model_provider'

I tested adding "ollama/" in front of model name and it works. I assume this should be fixed for other providers too, but I haven't tested that personally.
2025-03-16 14:15:56 +01:00
..
getting_started run pre commit 2025-01-12 16:35:31 +01:00
introduction Merge branch 'main' into 829-languagecountry-selection 2025-01-21 20:28:46 +01:00
modules run pre commit 2025-01-12 16:35:31 +01:00
scrapers Update llm.rst 2025-03-16 14:15:56 +01:00
conf.py feat: update terms 2025-03-10 11:27:33 +01:00
index.rst run pre commit 2025-01-12 16:35:31 +01:00