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

Method __init__

scrapegraphai/models/openai_itt.py:20–21  ·  view source on GitHub ↗
(self, llm_config: dict)

Source from the content-addressed store, hash-verified

18 """
19
20 def __init__(self, llm_config: dict):
21 super().__init__(**llm_config, max_tokens=256)
22
23 def run(self, image_url: str) -> str:
24 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected