Skip to content
Snippets Groups Projects
Commit 878dc4f0 authored by Jan Eggers's avatar Jan Eggers
Browse files

Bluesky: check_handle korrigiert

parent a7c2234d
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
......@@ -67,7 +67,7 @@ def bsky_aiornot_wrapper(did,embed):
link = image['image']['ref']['$link']
i_url = f"https://cdn.bsky.app/img/feed_thumbnail/plain/{did}/{link}"
aiornot_report = aiornot_wrapper(i_url)
aiornot_report['gpt4_description'] = gpt4_description(image)
aiornot_report['gpt4_description'] = gpt4_description(i_url)
desc.append(aiornot_report)
return desc
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment