Skip to content

Commit 8ddabc3

Browse files
committed
docs: remove broken banner and llm_config params from Python SDK page
Clean up the Python SDK docs by removing the non-rendering header image and outdated llm_config parameter rows in extract/search tables. Made-with: Cursor
1 parent 2532c53 commit 8ddabc3

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

sdks/python.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ description: 'Official Python SDK for ScrapeGraphAI v2'
44
icon: 'python'
55
---
66

7-
<img
8-
style={{ borderRadius: '0.5rem' }}
9-
src="https://raw.githubusercontent.com/VinciGit00/Scrapegraph-ai/main/docs/assets/api-banner.png"
10-
alt="ScrapeGraph API Banner"
11-
/>
12-
137
<CardGroup cols={2}>
148
<Card title="PyPI Package" icon="box">
159
[![PyPI version](https://badge.fury.io/py/scrapegraph-py.svg)](https://badge.fury.io/py/scrapegraph-py)
@@ -95,7 +89,6 @@ print(response)
9589
| prompt | string | Yes | A description of what you want to extract |
9690
| output_schema| object | No | Pydantic model for structured response |
9791
| fetch_config | FetchConfig | No | Fetch configuration (stealth, rendering, etc.) |
98-
| llm_config | LlmConfig | No | LLM configuration (model, temperature, etc.) |
9992

10093
<Accordion title="Schema Example" icon="code">
10194
```python
@@ -136,7 +129,6 @@ response = client.search(
136129
| num_results | number | No | Number of results (3-20). Default: 5 |
137130
| output_schema | object | No | Pydantic model for structured response |
138131
| fetch_config | FetchConfig | No | Fetch configuration |
139-
| llm_config | LlmConfig | No | LLM configuration |
140132

141133
<Accordion title="Schema Example" icon="code">
142134
```python

0 commit comments

Comments
 (0)