MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / graph_config

Function graph_config

tests/graphs/script_generator_test.py:11–24  ·  view source on GitHub ↗

Configuration of the graph

()

Source from the content-addressed store, hash-verified

9
10@pytest.fixture
11def graph_config():
12 """
13 Configuration of the graph
14 """
15 return {
16 "llm": {
17 "model": "ollama/mistral",
18 "temperature": 0,
19 "format": "json",
20 "base_url": "http://localhost:11434",
21 "library": "beautifulsoup",
22 },
23 "library": "beautifulsoup",
24 }
25
26
27def test_script_creator_graph(graph_config: dict):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected