Skip to content

Commit cb05f82

Browse files
authored
Update abstract_graph.py
1 parent fccf034 commit cb05f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/graphs/abstract_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def _create_llm(self, llm_config: dict) -> object:
128128
return llm_params["model_instance"]
129129

130130
known_providers = {"openai", "azure_openai", "google_genai", "google_vertexai",
131-
"ollama", "oneapi", "nvidia", "groq", "anthropic" "bedrock", "mistralai",
131+
"ollama", "oneapi", "nvidia", "groq", "anthropic", "bedrock", "mistralai",
132132
"hugging_face", "deepseek", "ernie", "fireworks"}
133133

134134
split_model_provider = llm_params["model"].split("/", 1)

0 commit comments

Comments
 (0)