Skip to content

fix: correct request.get to requests.get in README example#830

Open
Jah-yee wants to merge 1 commit intoQwenLM:mainfrom
Jah-yee:fix-readme-requests-get-v2
Open

fix: correct request.get to requests.get in README example#830
Jah-yee wants to merge 1 commit intoQwenLM:mainfrom
Jah-yee:fix-readme-requests-get-v2

Conversation

@Jah-yee
Copy link
Copy Markdown

@Jah-yee Jah-yee commented Mar 12, 2026

Fixed typo in README.md example code. The code example used request.get(image_url) but the correct Python requests library method is requests.get(image_url).

Fixes #825

Fixed typo in README.md example code. The code example used
'request.get(image_url)' but the correct Python requests library
method is 'requests.get(image_url)'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix issue in the Prompt in Readme

1 participant