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

V0.1.3

parent a00dc377
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ authors = [ ...@@ -10,7 +10,7 @@ authors = [
maintainers = [ maintainers = [
{name = "Jan Eggers", email = "jan.eggers@hr.de"}, {name = "Jan Eggers", email = "jan.eggers@hr.de"},
] ]
version = "0.1.2" version = "0.1.3" # Neue Versionsnummern für pip-Update
description = "Bluesky-Konten auf KI-Inhalte checken" description = "Bluesky-Konten auf KI-Inhalte checken"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
......
# imagecheck.py # imagecheck.py
# Erfragt KI-Wahrscheinlichkeit für ein Bild über Hive- und AIorNot-API # Erfragt KI-Wahrscheinlichkeit für ein Bild über Hive- und AIorNot-API
from src.bildbeschreibung import ai_description from .bildbeschreibung import ai_description
import requests import requests
import json import json
......
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