Skip to content

Commit 70af92c

Browse files
authored
Update scrape_chatgpt_example.py
1 parent e19c6a4 commit 70af92c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/scrape_chatgpt_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
33
from brightdata import bdclient
44

5-
client = bdclient(api_token="e15dcf475e7b0cac6f7c9ae332d59816dd01c75fedb25a0c34b83faff4a58bb8")
5+
client = bdclient(api_token="your-api-token")
66
client.scrape_chatGPT(
77
prompt=["What are the top 3 programming languages in 2024?", "Best hotels in New York", "Explain quantum computing"],
88
additional_prompt=["Can you explain why?", "Are you sure?", ""]
9-
)
9+
)

0 commit comments

Comments
 (0)