Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 71316df

Browse files
authored
Merge pull request #54 from Integration-Automation/dev
Add ?raw=true on URL
2 parents 36dcf8c + c6082c1 commit 71316df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit_test/manual_test/test_bot_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async def test_ask() -> None:
1717
str(Path(str(Path.cwd()) + "/bing_cookies.json")), encoding="utf-8").read())
1818
bot = await Chatbot.create(cookies=cookies)
1919
response = await bot.ask(
20-
prompt="How about this URL image https://github.com/Integration-Automation/ReEdgeGPT/blob/main/images/modern_city.jpg",
20+
prompt="How about this city image https://github.com/Integration-Automation/ReEdgeGPT/blob/main/images/modern_city.jpg?raw=true",
2121
conversation_style=ConversationStyle.balanced,
2222
simplify_response=True
2323
)

0 commit comments

Comments
 (0)